Open main menu
Home
Random
Recent changes
Special pages
Community portal
Preferences
About Wikipedia
Disclaimers
Incubator escapee wiki
Search
User menu
Talk
Dark mode
Contributions
Create account
Log in
Editing
Mutation (evolutionary algorithm)
(section)
Warning:
You are not logged in. Your IP address will be publicly visible if you make any edits. If you
log in
or
create an account
, your edits will be attributed to your username, along with other benefits.
Anti-spam check. Do
not
fill this in!
=== Variants with preference for smaller changes === The requirement raised at the beginning for mutations, according to which small changes should be more probable than large ones, is only inadequately fulfilled by the two permutation mutations presented, since the lengths of the partial lists and the number of shift positions are determined in an equally distributed manner. However, the longer the partial list and the shift, the greater the change in gene order. This can be remedied by the following modifications. The end index <math>j</math> of the partial lists is determined as the distance <math>d</math> to the start index <math>i</math>: :<math>j = (i+ d) \bmod \left|P_0\right|</math> where <math>d</math> is determined randomly according to one of the two procedures for the mutation of real numbers from the interval <math>\left[0, \left|P_0\right| - 1\right]</math> and rounded. For the ''rotation'', <math>k</math> is determined similarly to the distance <math>d</math>, but the value <math>0</math> is forbidden. For the ''inversion'', note that <math>i \ne j</math> must hold, so for <math>d</math> the value <math>0</math> must be excluded.
Edit summary
(Briefly describe your changes)
By publishing changes, you agree to the
Terms of Use
, and you irrevocably agree to release your contribution under the
CC BY-SA 4.0 License
and the
GFDL
. You agree that a hyperlink or URL is sufficient attribution under the Creative Commons license.
Cancel
Editing help
(opens in new window)