We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3db2bcd commit 67dfb49Copy full SHA for 67dfb49
cpp/examples/abm_parameter_study.cpp
@@ -174,7 +174,7 @@ int main()
174
// Set start and end time for the simulation.
175
auto t0 = mio::abm::TimePoint(0);
176
auto tmax = t0 + mio::abm::days(5);
177
- // auto sim = mio::abm::Simulation(t0, std::move(model));
+ // Set the number of simulations to run in the study
178
const size_t num_runs = 3;
179
180
// Create a parameter study. The ABM currently does not use parameters or dt, so we set them both to 0.
0 commit comments