In Genetic Algorithm which selection method is used in MATLAB 2014a
显示 更早的评论
In Genetic Algorithm which selection method is used in MATLAB 2014a
回答(1 个)
Walter Roberson
2016-8-15
编辑:Walter Roberson
2022-11-25
0 个投票
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 个评论
Adeline War
2022-11-25
@Walter Roberson How does this default selection happen?
Walter Roberson
2022-11-25
dbtype selectionstochunif
类别
在 帮助中心 和 File Exchange 中查找有关 Genetic Algorithm 的更多信息
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!