|
Utopia 2
Framework for studying models of complex & adaptive systems.
|
#include <cstdint>#include <algorithm>#include <random>#include <utopia/core/apply.hh>#include <utopia/core/model.hh>#include <utopia/core/cell_manager.hh>#include "species.hh"

Go to the source code of this file.
Classes | |
| struct | Utopia::Models::PredatorPrey::State |
| Cell State struct. More... | |
| class | Utopia::Models::PredatorPrey::PredatorPrey |
| PredatorPrey Model on grid cells. More... | |
Namespaces | |
| namespace | Utopia |
| namespace | Utopia::Models |
| namespace | Utopia::Models::PredatorPrey |
Typedefs | |
| using | Utopia::Models::PredatorPrey::CellTraits = Utopia::CellTraits< State, Update::manual > |
| Cell traits specialization using the state type. | |
| using | Utopia::Models::PredatorPrey::ModelTypes = ModelTypes<> |
| Typehelper to define data types of PredatorPrey model. | |