Utopia 2
Framework for studying models of complex & adaptive systems.
Loading...
Searching...
No Matches
Public Member Functions | Public Attributes | List of all members
Utopia::Models::SimpleEG::CellState Struct Reference

The type of the cell state for the SimpleEG model. More...

#include <SimpleEG.hh>

Public Member Functions

 CellState ()
 Default constructor: strategy S0 and zero payoff.
 

Public Attributes

Strategy strategy
 The strategy.
 
double payoff
 The payoff.
 

Detailed Description

The type of the cell state for the SimpleEG model.

Constructor & Destructor Documentation

◆ CellState()

Utopia::Models::SimpleEG::CellState::CellState ( )
inline

Default constructor: strategy S0 and zero payoff.

31 :
32 strategy(S0),
33 payoff(0.)
34 {}
@ S0
Definition SimpleEG.hh:19
double payoff
The payoff.
Definition SimpleEG.hh:27
Strategy strategy
The strategy.
Definition SimpleEG.hh:24

Member Data Documentation

◆ payoff

double Utopia::Models::SimpleEG::CellState::payoff

The payoff.

◆ strategy

Strategy Utopia::Models::SimpleEG::CellState::strategy

The strategy.


The documentation for this struct was generated from the following file: