Hi there,
using the crossover-type 'any', the crossoverProbability is always 0.0 !
Looking into the setup from VectorSpecies, I find the code:
if (crossoverType==C_SIMULATED_BINARY)
......
else crossoverProbability = 0.0f;
That's a feature? Or a bug?
Regards,
Peter
|