Filter löschen
Filter löschen

I have to optimise an objective function within defined limits

5 Ansichten (letzte 30 Tage)
Sunita
Sunita am 16 Dez. 2023
Kommentiert: Matt J am 16 Dez. 2023
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?

Antworten (1)

Matt J
Matt J am 16 Dez. 2023
Bearbeitet: Matt J am 16 Dez. 2023
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 Kommentare
Sunita
Sunita am 16 Dez. 2023
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 am 16 Dez. 2023
Ordinary bounds will limit the output as well.

Melden Sie sich an, um zu kommentieren.

Kategorien

Mehr zu Get Started with Optimization Toolbox finden Sie in Help Center und File Exchange

Community Treasure Hunt

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

Start Hunting!

Translated by