You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi,
After some investigation by @chapuisk and @RoiArthurB on the Headless, it seems that in some part of the headless code, all the experiment of type batch are not taken into account.
Cheers
for (final ExperimentDescription expD : experiments) {
if (!expD.getLitteral(IKeyword.TYPE).equals(IKeyword.BATCH)) {
final IExperimentJob tj = ExperimentJob.loadAndBuildJob(expD, model.getFilePath(), model);
tj.setSeed(12);
res.add(tj);
}
}
In the branch we are working on with @RoiArthurB we try to build an xml file that take into account the (including batch) experiment define in .gaml model.
@gnoubi @jdzucker @benoitgaudou
Can you explain us how gama and gama headless handle
batch
type experiment?In headless so far, we found that the xml parsed from gaml file is empty.
Example: Tutorials/Predator Prey/models/Model 13.gaml (Optimization experiment)
The text was updated successfully, but these errors were encountered: