can genetic algorithm optimizer be used with nonlinear constraint as a simulation function?
1 回表示 (過去 30 日間)
古いコメントを表示
Mustafa Al-tekreeti
2017 年 3 月 6 日
コメント済み: Mustafa Al-tekreeti
2017 年 3 月 9 日
Min objfunction(x) subject to: C(x)<=0 where C(x) is a matlab simulation file
0 件のコメント
採用された回答
Walter Roberson
2017 年 3 月 6 日
6 件のコメント
Walter Roberson
2017 年 3 月 8 日
If you need integer constraints along with nonlinear constraints, then you need to use a work-around. Do not tell it there are integer constraints: instead provide your own custom population function, mutation function, and cross-over function, all of which "just happen" never to emit a population member that would violate your integer constraints.
その他の回答 (0 件)
参考
カテゴリ
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!