result_simulation.h Source File
|
CPP API
|
result_simulation.h
Go to the documentation of this file.
stores vectors of values at time points (or some other abstract variable) the value at each time poin...
Definition: time_series.h:58
Simulation holding its own History to provide a get_result member. Can be used for a ParameterStudy.
Definition: result_simulation.h:32
const mio::TimeSeries< double > & get_result() const
Return the simulation result aggregated by infection states.
Definition: result_simulation.h:54
void advance(TimePoint tmax)
Run the simulation until the given time point.
Definition: result_simulation.h:46
ResultSimulation(Model &&m, TimePoint t)
Create a simulation, moving the model.
Definition: result_simulation.h:37
mio::History< TimeSeriesWriter, LogInfectionState > history
History used to create the result TimeSeries.
Definition: result_simulation.h:59
Run the Simulation in discrete steps, evolve the Model and report results.
Definition: models/abm/simulation.h:37
void advance(TimePoint tmax, History &... history)
Run the Simulation from the current time to tmax.
Definition: models/abm/simulation.h:70
A collection of classes to simplify handling of matrix shapes in meta programming.
Definition: models/abm/analyze_result.h:30
Definition: io.h:94
Generated by