Strategy tester and many "INIT_PARAMETERS_INCORRECT" bug

 

Hello.

I have on my onInit many return(INIT_PARAMETERS_INCORRECT); statements to exclude any combination that doesn't make sense and save passes.

That still leaves tens of thousands of possible passes if not more.

However the genetic based algorithm only runs 512 passes out of which most are with  INIT_PARAMETERS_INCORRECT and only 42 passes are actual runs and then it stops.

Is this a known issue?

 
As far as I know genetic based optimization won't check all possible combinations of inputs. Try slow complete mode.
 
Yashar Seyyedin #:
As far as I know genetic based optimization won't check all possible combinations of inputs. Try slow complete mode.

Of course it won't check all possible combinations but it should check a lot more than 42. That's a bug. The INIT_PARAMETERS_INCORRECT statements are confusing it.

I don't want slow mode to run 10 million combinations.