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!