Changing mutation rate #6

Open
opened 2020-01-02 09:30:38 -08:00 by mike · 0 comments
Owner

We should be able to add configurations that change the mutation rate with each evolution, ie:

  • Multiply mutation rate by X after each evolution; User could supply a number like 0.1 to reduce mutation rate by 10%.

  • Add X to mutation rate after each evolution. User could supply a number like 0.001 to reduce mutation rate by 0.001 after each evolution.

  • Set a hard lower and/or upper bound; ie mutation rate cannot drop below a certain rate.

  • Allow the mutation rate to loop or reverse once an upper or lower bound is crossed.

  • Program could stop

We should be able to add configurations that change the mutation rate with each evolution, ie: * Multiply mutation rate by X after each evolution; User could supply a number like 0.1 to reduce mutation rate by 10%. * Add X to mutation rate after each evolution. User could supply a number like 0.001 to reduce mutation rate by 0.001 after each evolution. * Set a hard lower and/or upper bound; ie mutation rate cannot drop below a certain rate. * Allow the mutation rate to loop or reverse once an upper or lower bound is crossed. * Program could stop
mike added the
enhancement
label 2020-01-02 09:30:38 -08:00
Sign in to join this conversation.
No Milestone
No Assignees
1 Participants
Notifications
Due Date
The due date is invalid or out of range. Please use the format 'yyyy-mm-dd'.

No due date set.

Dependencies

No dependencies set.

Reference: ai/genetic-bit-string-evolver#6
No description provided.