Skip to content
Open
Show file tree
Hide file tree
Changes from 34 commits
Commits
Show all changes
37 commits
Select commit Hold shift + click to select a range
f6a378b
Clean up core simulation layering docs
kube May 8, 2026
b4afac5
Refactor simulation module boundaries
kube May 8, 2026
da9c05f
Add simulation engine v2 RFC
kube May 8, 2026
ed6f294
Remove transition instances from simulation frames
kube May 8, 2026
1e57e2b
Clarify simulation frame boundaries
kube May 9, 2026
88feab2
Split simulation timeline view
kube May 9, 2026
1e6301d
Refactor simulation timeline series config
kube May 10, 2026
566ecd0
Fix simulation timeline metric defaults
kube May 10, 2026
0695eac
Document simulation timeline series config
kube May 10, 2026
0fdee4e
Simplify simulation playback lifecycle
kube May 10, 2026
297b1da
Add Monte Carlo simulator
kube May 11, 2026
e64c8f4
Make simulation initial marking serializable
kube May 11, 2026
ddcb52b
Move simulation time out of EngineFrame
kube May 11, 2026
26ec539
Remove time from simulation frame reader
kube May 11, 2026
d3e807e
Hide transition frame state type
kube May 11, 2026
54f975b
Make simulation engine frames binary
kube May 11, 2026
6175ac4
Precompile differential equation adapters
kube May 11, 2026
a6bc0bf
Optimize transition execution metadata
kube May 11, 2026
e22194d
Add Monte Carlo simulator
kube May 11, 2026
37a0565
Delete MonteCarloSimulator.md
kube May 12, 2026
e324de4
Add Monte Carlo experiments UI
kube May 12, 2026
c8ea637
Add Petrinaut Monte Carlo CLI
kube May 12, 2026
fc8b4ef
Remove local Monte Carlo stress test
kube May 12, 2026
10c22b0
Add Petrinaut Monte Carlo changeset
kube May 12, 2026
4a1444e
Remove Petrinaut CLI
kube May 15, 2026
0743696
Update .gitignore to exclude analysis folder
kube May 15, 2026
fbfba88
Fix Petrinaut simulation pre-merge issues
kube May 15, 2026
ce45d69
Remove Petrinaut analysis artifacts
kube May 15, 2026
0058222
Update smooth-lizards-run.md
kube May 15, 2026
80550d2
Fix empty colored token row validation
kube May 15, 2026
c50ad20
Adjust experiment drawer body spacing
kube May 15, 2026
d928651
Normalize drawer body spacing
kube May 15, 2026
045c1df
Avoid cloning Monte Carlo initial marking
kube May 15, 2026
d3127af
Resolve timeline icon and metric imports
kube May 15, 2026
497ada0
Remove unused drawer style imports
kube May 15, 2026
8ccab77
Clean up Monte Carlo transport on init failure
kube May 15, 2026
9798ca1
Make inline code editor tabs move focus
kube May 15, 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