New pass in StrategyTester-Optimization

 

Hi,


I wanna write something to a textfile everytime a new pass is done while optimization-process.
The question is, how can I recognize a new pass ?
Is the Start() or Init()-Function run once at every new pass ?

Thanks,
Swen

 
paramedic1978:

Hi,


I wanna write something to a textfile everytime a new pass is done while optimization-process.
The question is, how can I recognize a new pass ?
Is the Start() or Init()-Function run once at every new pass ?

Thanks,
Swen

Either OnInit() before the pass or OnTester() after the pass were probably what you are looking for!