Optimization Number of Tests

 

I'm optimizing my EA and at the bottom left of the strategy tester it says 796 / 8 892 (235 200).

So, how many more tests do I have to go? Yes, I looked everywhere for this answer and I can't find out how to decode those numbers.  :)

 
796 / 8 892 (235 200) - 796 runs passed, 8892 - planned in total for genetic optimization (some of them can be discarded in between as unpromising), 235200 - total number of passes which would be required for straightforward enumeration of all possible combinations of input parameters without genetics.
 
Stanislav Korotky:
796 / 8 892 (235 200) - 796 runs passed, 8892 - planned in total for genetic optimization (some of them can be discarded in between as unpromising), 235200 - total number of passes which would be required for straightforward enumeration of all possible combinations of input parameters without genetics.

That's what I thought but the whitespace in between the 8 892 and 235 200 made me wonder. Why that space. Ugh

 
daileycon:

That's what I thought but the whitespace in between the 8 892 and 235 200 made me wonder. Why that space. Ugh

This is just a delimiter of number triplets - this is a common technique for better readability.

Reason: