Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add result_folder as object parameter #1

Open
RoiArthurB opened this issue Feb 8, 2021 · 0 comments
Open

Add result_folder as object parameter #1

RoiArthurB opened this issue Feb 8, 2021 · 0 comments
Assignees
Labels
enhancement New feature or request

Comments

@RoiArthurB
Copy link
Contributor

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).

@RoiArthurB RoiArthurB added the enhancement New feature or request label Feb 8, 2021
@RoiArthurB RoiArthurB self-assigned this Feb 8, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant