-
Notifications
You must be signed in to change notification settings - Fork 0
DefaultGrid
JD edited this page Jan 18, 2022
·
1 revision
Grid with a well mixed population.
- GridType::Default
| Config Key | Type (Limits) | Definition |
|---|---|---|
| width | int (1-inf) | Defines the width of the grid |
| height | int (1-inf) | Defines the height of the grid |
| groupSize | int (1-totalSize) | Defines the size of a standard group for a public goods game |
- Getting Started
- How to run APGG
- Build from Scratch
- Config Values
- Configuring and Running APGG
- Plotting Data
- Class Structure
- Proof of Concept Replication
- FAQ
Class Structure & C++ Code
- Classes
-
Archivers
-
Grids
-
Mutators
-
PayoffCalculators
-
Repopulators
-
Selectors
-
World
-
