Should I set my bounds in the main function call or in the constraints function in global optimization?
2 ビュー (過去 30 日間)
古いコメントを表示
Should I set my bounds in the main function call or in the constraints function in global optimization?
0 件のコメント
採用された回答
Bruno Luong
2019 年 7 月 8 日
In the lb, ub if you can.
Then in linear constraints.
then in non-linear constraints.
Don't do in the main function.
その他の回答 (0 件)
参考
カテゴリ
Help Center および File Exchange で Problem-Based Optimization Setup についてさらに検索
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!