In Genetic Algorithm which selection method is used in MATLAB 2014a
Mostrar comentarios más antiguos
In Genetic Algorithm which selection method is used in MATLAB 2014a
Respuestas (1)
Walter Roberson
el 15 de Ag. de 2016
Editada: Walter Roberson
el 25 de Nov. de 2022
0 votos
The default is @selectionstochunif
Stochastic uniform (@selectionstochunif) — The default selection function, Stochastic uniform, lays out a line in which each parent corresponds to a section of the line of length proportional to its scaled value. The algorithm moves along the line in steps of equal size. At each step, the algorithm allocates a parent from the section it lands on. The first step is a uniform random number less than the step size.
2 comentarios
Adeline War
el 25 de Nov. de 2022
@Walter Roberson How does this default selection happen?
Walter Roberson
el 25 de Nov. de 2022
dbtype selectionstochunif
Categorías
Más información sobre Genetic Algorithm en Centro de ayuda y File Exchange.
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!