Sakarah / GeneTipe

OCaml Genetic Algorithm student project for French TIPE
GNU General Public License v3.0
5 stars 2 forks source link

Improve the constants management #9

Closed Sakarah closed 8 years ago

Sakarah commented 8 years ago

Currently we have a fixed range for the choice of the constants. Maybe it would be a good idea to compute that range from the points.

nchataing commented 8 years ago

We should also improve constant mutation during the process. Maybe we could make offsprings that mutate only constants.

Sakarah commented 8 years ago

With the new random generators and especially the normal distribution it should be OK