Description Usage Arguments Value Author(s) References Examples
This function is not called directly but is given as a parameter in GA::ga
function.
In GA::ga
, if the parameter mutation=
is set to byte_mutation_random
than
the byte-coded mutation operator is applied in the genetic search. In mcga2
function, the hard-coded
mutation parameter is set to byte_mutation by definition. This function simply takes an double vector and
changes bytes randomly in the range of [0,255] using the pre-determined mutation probabilty.
1 | byte_mutation_random(object, parent, ...)
|
object |
A |
parent |
Index of the candidate solution of the current population |
... |
Additional arguments to be passed to the function |
Mutated double vector
Mehmet Hakan Satman - [email protected]
M.H.Satman (2013), Machine Coded Genetic Algorithms for Real Parameter Optimization Problems, Gazi University Journal of Science, Vol 26, No 1, pp. 85-95
1 2 3 4 5 6 7 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.