GA: Genetic Algorithm.
7 ビュー (過去 30 日間)
古いコメントを表示
Error: Not enough input arguments. Hey, i am new to ga optimization. please help out here.. Would really appreciate. Thank You.
0 件のコメント
採用された回答
Walter Roberson
2018 年 11 月 2 日
In your ga call you need to use @confun instead of confun
You also need to modify confun to return two outputs, even if the second one is just the empty matrix.
3 件のコメント
Matt J
2018 年 11 月 2 日
It couldn't find a solution satisfying the constraints. Maybe your constraints are infeasible. If you know an example point satisfying the constraints, adding it to the initial population might help.
Walter Roberson
2018 年 11 月 2 日
Sometimes it is difficult to find an initial point that satisfies the constraints . With non-linear constraints it can also be difficult for the optimizer to figure out how it has to manipulate the variables to maintain the constraints: linear constraints are a lot more efficient than nonlinear 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!