-
Notifications
You must be signed in to change notification settings - Fork 99
HeadlessBatch
Baptiste Lesquoy edited this page Dec 16, 2022
·
13 revisions
This headless mode is the Batch one.
The advantage of this mode is how easily it is to prepare and launch, contrarily to the Headless Legacy, this mode do not need any other file than the GAML file holding the experiment of type batch
.
Once you finished preparing your batch experiment, you can run it with a command similar to this out:
./gama-headless.sh [option] -batch experimentName /path/to/file.gaml
- with:
-
-batch
: the runner flag to launch a batch exploration -
experimentName
: the name of your batch experiment in the following file -
/path/to/file.gaml
: the path (relative or absolute) containing the batch experiment
-
Unfortunatly, this mode can't save output data automatically, the actual way to do is saving wanted data inside CSV files from your model.
- Installation and Launching
- Workspace, Projects and Models
- Editing Models
- Running Experiments
- Running Headless
- Preferences
- Troubleshooting
- Introduction
- Manipulate basic Species
- Global Species
- Defining Advanced Species
- Defining GUI Experiment
- Exploring Models
- Optimizing Model Section
- Multi-Paradigm Modeling
- Manipulate OSM Data
- Diffusion
- Using Database
- Using FIPA ACL
- Using BDI with BEN
- Using Driving Skill
- Manipulate dates
- Manipulate lights
- Using comodel
- Save and restore Simulations
- Using network
- Headless mode
- Using Headless
- Writing Unit Tests
- Ensure model's reproducibility
- Going further with extensions
- Built-in Species
- Built-in Skills
- Built-in Architecture
- Statements
- Data Type
- File Type
- Expressions
- Exhaustive list of GAMA Keywords
- Installing the GIT version
- Developing Extensions
- Introduction to GAMA Java API
- Using GAMA flags
- Creating a release of GAMA
- Documentation generation