Utopia 2
Framework for studying models of complex & adaptive systems.
|
Classes | |
struct | PredatorParams |
Struct that holds all predator-specific parameters. More... | |
class | PredatorPrey |
PredatorPrey Model on grid cells. More... | |
struct | PreyParams |
Struct that holds all prey-species specific parameters. More... | |
struct | SpeciesBaseParams |
Struct that holds all species-specific parameters. More... | |
struct | SpeciesParams |
The parameter of all species. More... | |
struct | SpeciesState |
Struct that holds all species states. More... | |
struct | State |
Cell State struct. More... | |
Typedefs | |
using | CellTraits = Utopia::CellTraits< State, Update::manual > |
Cell traits specialization using the state type. | |
using | ModelTypes = ModelTypes<> |
Typehelper to define data types of PredatorPrey model. | |
Cell traits specialization using the state type.
The first template parameter specifies the type of the cell state, the second sets them to not be synchronously updated. The config constructor for the cell state is preferred here
Typehelper to define data types of PredatorPrey model.