We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
The second default parameter (result_folder) of COMOKIT's headless experiment :
result_folder
<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).
GamaExploration
The text was updated successfully, but these errors were encountered:
RoiArthurB
No branches or pull requests
The second default parameter (
result_folder
) of COMOKIT's headless experiment :It should be settable in the
GamaExploration
object (which already handle all the XML parameters).The text was updated successfully, but these errors were encountered: