simulate#

Functions#

simulate()

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 the src.simulation.global_simulation.GlobalSimulation class, and executes the simulation using src.simulation.global_simulation.GlobalSimulation.run().