Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
38 commits
Select commit Hold shift + click to select a range
67a9406
Clean up core simulation layering docs
kube May 8, 2026
369dfa2
Refactor simulation module boundaries
kube May 8, 2026
4f23310
Add simulation engine v2 RFC
kube May 8, 2026
a8023cf
Remove transition instances from simulation frames
kube May 8, 2026
cfcc1ea
Clarify simulation frame boundaries
kube May 9, 2026
342185b
Split simulation timeline view
kube May 9, 2026
2f08c7e
Refactor simulation timeline series config
kube May 10, 2026
4834872
Fix simulation timeline metric defaults
kube May 10, 2026
4cddd02
Document simulation timeline series config
kube May 10, 2026
420e745
Simplify simulation playback lifecycle
kube May 10, 2026
c098b6b
Add Monte Carlo simulator
kube May 11, 2026
b1c10b6
Make simulation initial marking serializable
kube May 11, 2026
a081f95
Move simulation time out of EngineFrame
kube May 11, 2026
bb7fc78
Remove time from simulation frame reader
kube May 11, 2026
596ffa3
Hide transition frame state type
kube May 11, 2026
6ca4239
Make simulation engine frames binary
kube May 11, 2026
84998ae
Precompile differential equation adapters
kube May 11, 2026
3ddc296
Optimize transition execution metadata
kube May 11, 2026
ded34c5
Add Monte Carlo simulator
kube May 11, 2026
59f4032
Delete MonteCarloSimulator.md
kube May 12, 2026
94ddfb1
Add Monte Carlo experiments UI
kube May 12, 2026
4cd33d4
Add Petrinaut Monte Carlo CLI
kube May 12, 2026
0799de2
Remove local Monte Carlo stress test
kube May 12, 2026
11aaa6b
Add Petrinaut Monte Carlo changeset
kube May 12, 2026
8189f54
Remove Petrinaut CLI
kube May 15, 2026
d0209bb
Update .gitignore to exclude analysis folder
kube May 15, 2026
0e56791
Fix Petrinaut simulation pre-merge issues
kube May 15, 2026
d8d6d05
Remove Petrinaut analysis artifacts
kube May 15, 2026
e77dd2a
Update smooth-lizards-run.md
kube May 15, 2026
a9e79aa
Fix empty colored token row validation
kube May 15, 2026
a2f47a9
Adjust experiment drawer body spacing
kube May 15, 2026
fbc6491
Normalize drawer body spacing
kube May 15, 2026
803aa20
Avoid cloning Monte Carlo initial marking
kube May 15, 2026
03e939a
Resolve timeline icon and metric imports
kube May 15, 2026
0edaa31
Remove unused drawer style imports
kube May 15, 2026
349e180
Clean up Monte Carlo transport on init failure
kube May 15, 2026
dc5c53a
Make inline code editor tabs move focus
kube May 15, 2026
f7da09e
Fix Monte Carlo simulation time drift
kube May 16, 2026
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 5 additions & 0 deletions .changeset/smooth-lizards-run.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"@hashintel/petrinaut": patch
---

Add basic MonteCarlo-based experiments
1 change: 1 addition & 0 deletions libs/.gitignore
Original file line number Diff line number Diff line change
@@ -1 +1,2 @@
Cargo.lock
analysis
4 changes: 4 additions & 0 deletions libs/@hashintel/petrinaut/panda.config.shared.ts
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,10 @@ export const createPetrinautPandaConfig = (dsComponentsBuildInfoPath: string) =>
from: { opacity: "1", transform: "translateY(0)" },
to: { opacity: "0", transform: "translateY(-10px)" },
},
spin: {
from: { transform: "rotate(0deg)" },
to: { transform: "rotate(360deg)" },
},
expand: {
from: { height: "0", opacity: "0" },
to: { height: "var(--height)", opacity: "1" },
Expand Down

This file was deleted.

This file was deleted.

This file was deleted.

Loading
Loading