Default values (or range) for optimization parameters

 

Hi,

I'm creating a EA and one of the parameters make sense only in the 0..100 range, the default value is 50. 

If I send this EA to someone the default values for start, step and stop are respectively 50, 5 and 500 and it would be much better if they was 0, 5 and 100.

Is it possible to somehow change this default values?

PS: I'm not talking about ignoring the typed values and replace them with ParameterSetRange, I'm talking about the default values that are first displayed to the user.