AMOCcrossover | R Documentation |
In this crossover operator designed for AMOC problem, the new child is
produced by taking the average of the changepoint locations from dad
and mom
and round to an integer. Note, every chromosome has at most
one candidate changepoint location.
AMOCcrossover(mom, dad, p.range = NULL, minDist, lmax, N)
mom |
Among two selected individuals, |
dad |
Among two selected individuals, |
p.range |
The default value is |
minDist |
The minimum length between two adjacent changepoints. |
lmax |
The maximum possible length of the chromosome representation. |
N |
The length of time series. |
The child chromosome that produced from mom
and dad
for
next generation.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.