Skip to content

Feature/0.4.0#1

Merged
Mettiu88 merged 2 commits intomasterfrom
feature/0.4.0
Apr 10, 2026
Merged

Feature/0.4.0#1
Mettiu88 merged 2 commits intomasterfrom
feature/0.4.0

Conversation

@Mettiu88
Copy link
Copy Markdown
Owner

No description provided.

Mettiu88 added 2 commits April 9, 2026 19:40
Add stopWhen option to SimulationEngineOptions for custom termination
conditions evaluated after each event. When the callback returns true,
the simulation ends with status 'stopConditionMet'. Useful for
optimisation, steady-state detection, and Monte Carlo convergence.

Breaking: SimulationEngineOptions now takes <TEventMap, TStore> generics.
Standalone FIFO/priority queue for modeling buffers, pipelines, and WIP
limits. Supports maxCapacity with drop/block overflow policies and
auto-collected statistics (enqueued, dequeued, dropped, blocked,
blockTime, waitTime, queueLength, throughput).
@Mettiu88 Mettiu88 merged commit 8fcb2ca into master Apr 10, 2026
3 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant