IN THE NAME OF GOD
Hello.
I would like, my simulation is run several times automatically(for example
100 times) and its results are printed at an output file.
I use
run_simulation(sim_setup_info, 300, mintracevars);
I know, I should not give 300. But when I donâ??t give any number or put
â??falseâ?? instead of it, the program is not run.
If I use "sim_scheduler" directly, how do I use "sim_setup_info"?
What should I do as the simulation is run forever?
(for stop simulation I use â??sim_stopping_schedulerâ??).
Sincerely,
Jenab.
|