Skip to content

Getting Started

JD edited this page Apr 8, 2023 · 2 revisions

Getting Started

Getting Started and Running your first APGG Experiment

  1. Install APGG
  2. 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.
  3. Run the buildConfig.py to generate the config.csv.
  4. Run the executable.
  5. After the conclusion of the experiments in order to visualize the data first run combineExperiments.py on the generated folder.
  6. Run plot.py to get a chart of your data. Adjust as needed. (Plotting Data)

Clone this wiki locally