Utopia 2
Framework for studying models of complex & adaptive systems.
|
Struct that holds all species-specific parameters. More...
#include <species.hh>
Public Member Functions | |
SpeciesBaseParams (const Utopia::DataIO::Config &cfg) | |
Load species parameters from a configuration node. | |
SpeciesBaseParams ()=delete | |
Public Attributes | |
double | cost_of_living |
Cost of living that is taken each time step. | |
double | resource_intake |
Resource intake from eating. | |
double | repro_resource_requ |
Minimal reproduction resources requirements. | |
double | resource_max |
Maximal resource level. | |
double | repro_cost |
Cost of reproduction. | |
double | repro_prob |
Reproduction probability. | |
Struct that holds all species-specific parameters.
|
inline |
Load species parameters from a configuration node.
|
delete |
double Utopia::Models::PredatorPrey::SpeciesBaseParams::cost_of_living |
Cost of living that is taken each time step.
double Utopia::Models::PredatorPrey::SpeciesBaseParams::repro_cost |
Cost of reproduction.
double Utopia::Models::PredatorPrey::SpeciesBaseParams::repro_prob |
Reproduction probability.
double Utopia::Models::PredatorPrey::SpeciesBaseParams::repro_resource_requ |
Minimal reproduction resources requirements.
double Utopia::Models::PredatorPrey::SpeciesBaseParams::resource_intake |
Resource intake from eating.
double Utopia::Models::PredatorPrey::SpeciesBaseParams::resource_max |
Maximal resource level.