heidmic / suprb

GNU General Public License v3.0
6 stars 3 forks source link

Add adaptive mutation #121

Closed hubanton closed 4 days ago

hubanton commented 2 years ago

Adds an heuristic for adapting the mutation rate using an extended version of the 1/5th-rule

hubanton commented 2 years ago

Added the rate at which sigma is altered as an additional parameter, put mutation into one single function and significantly removed needed code

hubanton commented 1 year ago

Rebased to #120 and also changed to name of the operator import as it was shadowed by the operator parameter

hubanton commented 1 year ago

Fixed the merge conflict, should now be fit to merge

RomanSraj commented 4 days ago

No longer needed