Output iteration number

Questions about MultiCharts and user contributed studies.
paulbishy
Posts: 1
Joined: 23 Jun 2010

Output iteration number

Postby paulbishy » 15 Nov 2010

I now have a multicore machine to run the optimizations a lot faster. The trouble is one of my systems outputs to a file, some data from the optimization and it needs to be in the order of the iterations for a 3rd party Walk Forward tool to analyse the output.

On a multicore machine the threads dont finish in order and so append the output file out of sequence and so the file cannot be read by the Walk Forward tool.

One idea i have is to write the iteraation number to the output file and then sort it then it might read in OK.

Anyone know how this can be done?

Return to “MultiCharts”