larsga / Duke

Duke is a fast and flexible deduplication engine written in Java
Apache License 2.0
613 stars 194 forks source link

Allow users to control mutation rate #138

Open larsga opened 10 years ago

larsga commented 10 years ago

From lar...@gmail.com on October 22, 2013 15:28:47

If we support other evolutionary algorithms ( issue 136 ) we should also let the user control the mutation rate.

Original issue: http://code.google.com/p/duke/issues/detail?id=137

larsga commented 10 years ago

From lar...@gmail.com on February 14, 2014 12:08:51

Actually, according to the evolutionary strategies literature, the mutation rate should evolve with the individuals in the population. Need to look into this.

larsga commented 10 years ago

This has now been implemented in the evolution-strategies-experiments branch. Will close once it gets merged into master.