|
Utopia 2
Framework for studying models of complex & adaptive systems.
|
#include <functional>#include <random>#include <utopia/core/model.hh>#include <utopia/core/apply.hh>#include <utopia/core/cell_manager.hh>#include <utopia/core/select.hh>#include "counters.hh"#include "params.hh"#include "state.hh"

Go to the source code of this file.
Classes | |
| class | Utopia::Models::SEIRD::SEIRD |
| SEIRD model on a grid. More... | |
Namespaces | |
| namespace | Utopia |
| namespace | Utopia::Models |
| namespace | Utopia::Models::SEIRD |
Typedefs | |
| using | Utopia::Models::SEIRD::CDCellTraits = Utopia::CellTraits< State, Update::manual > |
| using | Utopia::Models::SEIRD::CDTypes = ModelTypes<> |
| Typehelper to define data types of SEIRD model. | |