What parameters to launch GAMA 2 ? #107
Replies: 0 comments 6 replies
-
Ping developers @gama-platform/core @gama-platform/committers 🤗🤗🤗 |
Beta Was this translation helpful? Give feedback.
-
Hi, maybe we should begin to list the various options existing for both the headless and the UI version of GAMA (https://gama-platform.github.io/wiki/Launching#launching-the-application-from-the-command-line) ? In UI, we have :
The goal is to have a unified way of launching GAMA from the command line (or a config file, or another language, like R), simple enough for beginners but with enough options to satisfy the geeks and external tooling. A second use would be to embed these parameters in the GAML files directly, in the form of pragmas or in experiments, so that model files can be self contained; ie when you launch one using the command above (gama + filename + experiment), GAMA will look for directives on what to do with it: launch it, set some preferences, use x cores, etc... whatever. |
Beta Was this translation helpful? Give feedback.
-
In any case, I am strongly in favour of using a tool like https://picocli.info for managing these options, producing the documentation, etc. |
Beta Was this translation helpful? Give feedback.
-
GAMA 2.0 is announced and will change the way GAMA can be launched (with a more modular and flexible architecture). This flexibility will allow launching different kind of GAMA, mostly controlled by some flags in the start.
I'm then asking here to the community : What parameter seems to be the more important to precise when you'll launch GAMA 2.0?
To give you some example, a flag
server
to work with a headless version of GAMA could be an answer. In a different approach, a flagpresentation
launching one simulation right away.Beta Was this translation helpful? Give feedback.
All reactions