gama-platform / gama

Main repository for developing the 2024+ versions of GAMA
https://gama-platform.org
GNU General Public License v3.0
12 stars 5 forks source link

[BATCH] add outputs and results to any exploration method in batch mode, like in sobol or morris ! #147

Closed chapuisk closed 1 month ago

chapuisk commented 3 months ago

Is your request related to a problem? Please describe. sobolor morris exploration methods require to define outputs to study, with the ability to save raw output results in a csv file. Expend this ability to every exploration methods, making it possible to save results of simulation specifying name of global attributes and path to a file, rather than calling save statement in the simulation (potential conflict with the until facet of batch experiment)

Describe the improvement you'd like have outputs and results facet available for all exploration methods

chapuisk commented 1 month ago

Commit 2986a38 grant the ability to use outputs and results facets in conjunction to save user defined output global variables to a csv file with provided relative path