Skip to content

Add result_folder as object parameter #1

@RoiArthurB

Description

@RoiArthurB

The second default parameter (result_folder) of COMOKIT's headless experiment :

<Experiment_plan>
  <Simulation experiment="SensitivityHeadless" finalStep="XXX" id="YYY" seed="ZZZ" sourcePath="/path/to/file.gaml" until="<optional>">
    <Parameters>
      <!-- default COMOKIT headless parameters -->
      <Parameter type="INT" value="0" var="idSimulation"/>
      <Parameter type="STRING" value="../batch_output/" var="result_folder"/>
      <!-- extra parameters here -->
    </Parameters>
    <Outputs/>
  </Simulation>
</Experiment_plan>

It should be settable in the GamaExploration object (which already handle all the XML parameters).

Metadata

Metadata

Assignees

Labels

enhancementNew feature or request

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions