In Genetic Algorithm which selection method is used in MATLAB 2014a

回答 (1 件)

Walter Roberson
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
Adeline War 2022 年 11 月 25 日
@Walter Roberson How does this default selection happen?
Walter Roberson
Walter Roberson 2022 年 11 月 25 日
dbtype selectionstochunif

サインインしてコメントする。

カテゴリ

質問済み:

2016 年 8 月 14 日

コメント済み:

2022 年 11 月 25 日

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by