Open orennahum opened 4 years ago
Hi Oren
Just set in code:
config.controler().setLastIteration(numberofiterations);
Or in the config file:
<module name="controler">
<param name="lastIteration" value="numberofiterations" />
</module>
Best, Golan
Thanks, I will try it.
Oren
Hi,
I'm using MatSim as part of a genetic algorithm. The run situations in which MatSim runs for a very long time. Is there a way to limit MatSim's run time, let's say for 2 or 3 minutes? In such cases, I don't mind if the results of the MatSim simulation are not close to optimal.
Thanks, Oren