merge_monte_carlo_history
merge_monte_carlo_history#
- relsad.simulation.merge_monte_carlo_history(power_system: relsad.network.systems.PowerSystem.PowerSystem, iteration_dicts: list)[source]#
Merges the Monte Carlo history from all the iterations in the simulation
- Parameters
power_system (PowerSystem) – A power system element
iteration_dicts (list) – List containing information about all the iterations
- Returns
save_dict – Dictionary with simulation results
- Return type
dict