I have used
toolbox.register("mutate", tools.mutGaussian, mu=1, sigma=1, indpb=10)
code for mutation. The function puts values out of the range into the chromosome's genomes. Is there any way to prevent it? In other words, is there any way to keep the value of each genome in its specific range?
Thanks