Why does "Optimization Results" exhibit less passes than in "Optimization Graph" ?

 

Hi people,

Does anyone know why in Strategy Tester, after running, the "Optimization Results" table exhibits less passes than in Optimization Graph ?
Shouldn't they show the same number of passes ?

In my execution, the results table has only 3420 passes while in the graph there are more than  8695 passes.
If someone could explain, I would be very grateful.

Thanks.

Optimization Results 

 Optimization Graph

 

Genetic algorithm produces a lot of the same results with the same optimized parameters' values. You can see it on the right part of your picture. The same results are placed on the graph to show optimization process but not added to the table because the same result

 
stringo:

Genetic algorithm produces a lot of the same results with the same optimized parameters' values. You can see it on the right part of your picture. The same results are placed on the graph to show optimization process but not added to the table because the same result

Understood. Thanks a lot.
 

Is there a method to get the current test simulation pass number from within an EA? For example if the current pass is 453 is there a parameter I can access to see this from within an EA?

Thx 

 
stringo:

Genetic algorithm produces a lot of the same results with the same optimized parameters' values. You can see it on the right part of your picture. The same results are placed on the graph to show optimization process but not added to the table because the same result

Hi Stingo,

What about xml file in tester\cache directory. File is not generated anymore at all. I have been told that this is because of time level, but even adding an heavy calculation process in OnTester() event, there is no more xml file generated. Is it possible to have this file generated again even in an other directory? 

 
cs0amc:

Is there a method to get the current test simulation pass number from within an EA? For example if the current pass is 453 is there a parameter I can access to see this from within an EA?

No, it isn't.
 
och:

Hi Stingo,

What about xml file in tester\cache directory. File is not generated anymore at all. I have been told that this is because of time level, but even adding an heavy calculation process in OnTester() event, there is no more xml file generated. Is it possible to have this file generated again even in an other directory? 

1. Time limit for each result saving to cache will be decreased to 250 ms.

2. In case of automatical tester launch with the configuration file xml-cache will be written always (without time limit)

3. "Export To XML" will be added to the context menu

 
stringo:

1. Time limit for each result saving to cache will be decreased to 250 ms.

2. In case of automatical tester launch with the configuration file xml-cache will be written always (without time limit)

3. "Export To XML" will be added to the context menu

Hi Stringo,

Thanks for your reply. Do you know when the next release will be? 

Regards,

Olivier 

Reason: