Utopia 2
Framework for studying models of complex & adaptive systems.
Loading...
Searching...
No Matches
modes.hh
Go to the documentation of this file.
1#ifndef UTOPIA_MODELS_OPINIONET_MODES
2#define UTOPIA_MODELS_OPINIONET_MODES
3
5
6// This header provides the various model modes
7
12
17
22
23// Enable printing model modes as strings in logger
24
25std::string InteractionTypes[] = {
26 "Deffuant",
27 "HegselmannKrause"
28};
29
30std::string OpinionSpaceTypes[] = {
31 "continuous",
32 "discrete"
33};
34
35
36} //namespace
37
38#endif // UTOPIA_MODELS_OPINIONET_MODES
std::string OpinionSpaceTypes[]
Definition modes.hh:30
Opinion_space_type
Definition modes.hh:13
@ discrete
Definition modes.hh:15
@ continuous
Definition modes.hh:14
std::string InteractionTypes[]
Definition modes.hh:25
Interaction_type
Definition modes.hh:8
@ Deffuant
Definition modes.hh:9
@ HegselmannKrause
Definition modes.hh:10
Rewiring
Definition modes.hh:18
@ RewiringOn
Definition modes.hh:19
@ RewiringOff
Definition modes.hh:20