samthiriot / genlab

Laboratory for the generation of synthetic populations
1 stars 3 forks source link

mutation operator for NSGA2 that allows to explore the lower bound #48

Open samthiriot opened 9 years ago

samthiriot commented 9 years ago

Today: if min = 0.0 and max = 1.0 (probability), then the current mutation algorithm has no chance to ever explore the exact 0.0 neither 1.0 values.

First test by playing with the "mu" parameter; else implement various mutation operators