I have to optimise an objective function within defined limits

조회 수: 3 (최근 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 CenterFile Exchange에서 Problem-Based Optimization Setup에 대해 자세히 알아보기

태그

Community Treasure Hunt

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

Start Hunting!

Translated by