simulate#
Functions#
|
The main function to run the simulation process. |
Module Contents#
- simulate.simulate()[source]#
The main function to run the simulation process.
It retrieves the simulation configuration using
src.config.configs.get_simulate_config(), initializes thesrc.simulation.global_simulation.GlobalSimulationclass, and executes the simulation usingsrc.simulation.global_simulation.GlobalSimulation.run().