|
Antares Simulator
Power System Simulator
|
Friends | |
| class | yearJob< Impl > |
Constructor & Destructor | |
| Data::Study & | study |
| Reference to the current study. | |
| const ::Settings & | settings |
| The global settings. | |
| std::shared_ptr< Yuni::Job::QueueService > | pQueueService = nullptr |
| The queue service that runs every set of parallel years. | |
| Antares::Solver::IResultWriter & | pResultWriter |
| Result writer. | |
| std::reference_wrapper< ISimulationObserver > | simulationObserver_ |
| ISimulation (Data::Study &study, const ::Settings &settings, Benchmarking::DurationCollector &duration_collector, IResultWriter &resultWriter, Simulation::ISimulationObserver &simulationObserver) | |
| Constructor (with a given study) | |
| ~ISimulation () | |
| Destructor. | |
| void | checkWriter () const |
| void | run () |
| Run the simulation. | |
| void | writeResults (bool synthesis, uint year=0, uint numSpace=9999) |
| Export the results to disk. More... | |
| void | storeYearBuffers (uint year, std::string &&firstBuffer, std::string &&secondBuffer) |
| void | aggregateAndWriteSimulationTables () |
| OptimisationsSimulationTable & | getSimulationTable (uint numSpace) |
| void Antares::Solver::Simulation::ISimulation< ImplementationType >::writeResults | ( | bool | synthesis, |
| uint | year = 0, |
||
| uint | numSpace = 9999 |
||
| ) |
Export the results to disk.
| ResultsForYearByYear | False to write down the rglobal esults of the simulation, true for the results of the current year (year-by-year mode) |
| year | The current year, if applicable |