I have to optimise an objective function within defined limits

2 ビュー (過去 30 日間)
Sunita
Sunita 2023 年 12 月 16 日
コメント済み: Matt J 2023 年 12 月 16 日
I have to optimise an objective function within defined limits. However, using problem-based optimization, I can only set the lower and upper bounds for input parameters, not the objective function itself. Any suggestions on how to approach this?

回答 (1 件)

Matt J
Matt J 2023 年 12 月 16 日
編集済み: Matt J 2023 年 12 月 16 日
You can set any nonlinear constraint functions that you want, though ideally it would be continuously differentiable. However, bounds on the objective fuction are often not useful, because they can lead to discontiguous feasible sets.
  2 件のコメント
Sunita
Sunita 2023 年 12 月 16 日
I am using GA optimizer which gives the value that is not practically possible. So, I was thinking if I could limit the output. any suggestion?
Matt J
Matt J 2023 年 12 月 16 日
Ordinary bounds will limit the output as well.

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

カテゴリ

Help Center および File ExchangeGet Started with Optimization Toolbox についてさらに検索

タグ

Community Treasure Hunt

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

Start Hunting!

Translated by