mutPolynomial | R Documentation |
Performs an polynomial mutation as used in the SMS-EMOA algorithm. Polynomial mutation tries to simulate the distribution of the offspring of binary-encoded bit flip mutations based on real-valued decision variables. Polynomial mutation favors offspring nearer to the parent.
mutPolynomial(ind, p = 0.2, eta = 10, lower, upper)
ind |
[ |
p |
[ |
eta |
[ |
lower |
[ |
upper |
[ |
[numeric
]
[1] Deb, Kalyanmoy & Goyal, Mayank. (1999). A Combined Genetic Adaptive Search (GeneAS) for Engineering Design. Computer Science and Informatics. 26. Retrieved from http://citeseerx.ist.psu.edu/viewdoc/download?doi=10.1.1.27.767&rep=rep1&type=pdf
Other mutators:
mutBitflip()
,
mutGauss()
,
mutInsertion()
,
mutInversion()
,
mutJump()
,
mutScramble()
,
mutSwap()
,
mutUniform()
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.