Advanced examplesΒΆ
In this section, we will continue using the model from the previous section wherever possible. We will extend it in several ways, each demonstrating another feature of the PyPDEVS simulator that will first be briefly explained. All examples are sorted based on complexity of both usage and implementation, but also with dependencies in mind.
- Tracers
- Reinitialisation
- Continuing a simulation
- Minimal simulation kernel
- Multiple Simulations
- Transfer Functions
- Dynamic Structure DEVS
- Nesting
- Realtime simulation
- Listening to realtime simulation
- Cell tracing
- Custom scheduler
- Distribution
- Location-specific scheduler
- Random number generation
- Distributed termination condition
- Checkpointing
- Location tracking
- Memoization
- Manual relocation
- Activity tracking
- Automatic relocation
- Activity visualisation
- Static allocator
- Dynamic allocator