mess-nlesc / model

NetLogo code for an agent-basel model
Apache License 2.0
0 stars 0 forks source link

Document the differences between 'our approach' and BehaviorSpace #41

Closed lyashevska closed 4 months ago

lyashevska commented 6 months ago

NetLogo has an integrated tool to perform parameter sweep. This is described here.

BehaviorSpace is a software tool integrated with NetLogo that allows you to perform experiments with models. BehaviorSpace runs a model many times, systematically varying the model’s settings and recording the results of each model run. This process is sometimes called “parameter sweeping”. It lets you explore the model’s “space” of possible behaviors and determine which combinations of settings cause the behaviors of interest. If your computer has multiple processor cores, you can specify how many model runs will happen in parallel.

We need to think of how this is different to our approach and document.

lyashevska commented 6 months ago

Some additional explanation here

lyashevska commented 4 months ago

We are actually using BehaviorSpace:

./netlogo-headless.sh --model "PATH_TO_MODEL" --experiment "EXPERIMENT_NAME" --table OUTPUT.CSV
fdiblen commented 4 months ago

closing as @lyashevska requested.