I have to optimise an objective function within defined limits

9 次查看(过去 30 天)
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?

请先登录,再进行评论。

类别

Help CenterFile Exchange 中查找有关 Get 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