sbx_operator | R Documentation |
Returns a simulated binary crossover operator with the given parameters.
sbx_operator(n, p, lower, upper)
n |
Distance parameter of crossover distribution ( |
p |
Probability of one point crossover. |
lower |
Lower bounds of parameter space. |
upper |
Upper bounds of parameter space. |
Function with one parameter x
which takes a matrix
containing two sets of parameters and returns a matrix of two sets of
parameters which resulted from the crossover operation. As with all
emoa
functions, the parameter sets are stored in the columns
of x
. x
should therefore always have two columns and a
warning will be given if it has more than two columns.
Olaf Mersmann olafm@statistik.tu-dortmund.de
pm_operator
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.