Closed FrancescoRusin closed 1 month ago
Can you provide here a sample exp file which causes the issue? Thanks.
example.txt In the given example, the listener should produce files named "robotnav-maze-poly-best-trajectory-1", "robotnav-maze-poly-best-trajectory-2", and "robotnav-maze-poly-best-trajectory-3", but it instead produces files named "2-best-trajectory-1", "0-best-trajectory-3", and "1-best-trajectory-2".
Ok. The bug is in the method and(String name, Type valueType, Object value)
of ParamMap
in jnb. I'll fix it.
Fixed in bc488ab (which uses the last jnb).
When using the record Run's mandatory fields (namely run.name, run.problem, and run.solver), as options in the paths for the ea.l.onRunDone listener, the program uses run.index instead.