[EMAIL PROTECTED] schrieb: > we try to perform several runs of the same simulation and can't find a hint in > the manual how to manage this. > Is there a possibility to do it by a for (; numberOfRuns;) or an other > tcl-method? > Or should we simply write a shell script calling our tcl file several times? > Just call your tcl script several times. But do not forget to initialize the random seeds to different values. Otherwise you will get the same results every time.
Daniel.
