How can I specify the variables which the genetic algorithm selects to be only whole numbers (using MatLab)?
5 ビュー (過去 30 日間)
古いコメントを表示
In Matlab GA tool-box, I can set the lower and upper bound of my variables but is it possible to specify the variables that are selected by the tool to be only whole numbers within the lower and upper bound?
0 件のコメント
回答 (1 件)
Walter Roberson
2017 年 2 月 28 日
You put the information after the non-linear constraint function and before the options.
2 件のコメント
Walter Roberson
2017 年 2 月 28 日
In that case you will need to provide custom population function, custom crossover function, and custom mutation function that just happen to only create intregal members.
参考
カテゴリ
Help Center および File Exchange で Genetic Algorithm についてさらに検索
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!