matsim-code-examples
matsim-code-examples copied to clipboard
Output files only for the last iteration
Hi,
Is it possible to create output files only for the last iteration?
Most of the time we only used the events file and other output files of the last iteration, is there a way we can define that the output file is created only in the last iteration?
Best Hamoun
@Hamoun-Roshanfekr
In the module "controler" we have this option of when do you want to write the events file or linkstats file. If you specify the last iteration number in "write events interval" it will be so. I hope this will help.
@aayushtewari01
Thank you. It works :)