Skip to main content

Module engine

Module engine 

Source
Expand description

Generic Simulation Engine

This module provides a domain-agnostic simulation engine for event-driven processing over time series data.

Structs§

SimulationEngine
Generic simulation engine for event-driven processing
SimulationEngineConfig
Configuration for the simulation engine
SimulationEngineResult
Result of running a complete simulation
SimulationEvent
Event emitted during simulation
StepResult
Result of a simulation step

Enums§

SimulationMode
Mode of simulation execution

Type Aliases§

StepHandler
Handler function type for processing each element