-
Notifications
You must be signed in to change notification settings - Fork 0
Getting Started
JD edited this page Apr 8, 2023
·
2 revisions
- Install APGG
- Adjust the values in the main function of buildConfig.py to whatever values are suitable for your experiment (see the relevant Wiki entry). By adding addIteration calls you can specify entire ranges of values for a config value that the script writes for you automatically. With multiple calls to this function every possible permutation of all values ranges is written. All these experiment setups will be run in sequence.
- Run the buildConfig.py to generate the config.csv.
- Run the executable.
- After the conclusion of the experiments in order to visualize the data first run combineExperiments.py on the generated folder.
- Run plot.py to get a chart of your data. Adjust as needed. (Plotting Data)
- 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
-
