Module simulation

Source
Expand description

Functionality for running the MUSE 2.0 simulation.

Re-exports§

pub use prices::CommodityPrices;

Modules§

investment
Code for performing agent investment.
optimisation
Code for performing dispatch optimisation.
prices
Code for updating the simulation state.

Functions§

candidate_assets_for_year 🔒
Create candidate assets for all potential processes in a specified year
run
Run the simulation.
run_dispatch_for_year 🔒