I have to optimise an objective function within defined limits
이전 댓글 표시
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개)
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.
카테고리
도움말 센터 및 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!