필터 지우기
필터 지우기

Constraint problem in Problem-based optimization live task

조회 수: 1 (최근 30일)
yavier kristanto
yavier kristanto 2022년 10월 7일
댓글: yavier kristanto 2022년 10월 24일
hi, i'm trying to optimized an equation where the data used was in matrix. it is succesful when there is no constraint but the moment i apply a constraint it error as follows;
i saw one similar problem and was suggested to use fcn2optimexpr, and it exist in the code of define problem objective but not in the define problem constraint, which i cant edit the code that came from the live task.
is there any solution on this? thankyou

답변 (1개)

Walter Roberson
Walter Roberson 2022년 10월 7일
Notice that when you assign to problem.Constraints, you are asking to execute constraintFcn with those parameters, and the constraint that should be stored into problem.Constraints is whatever is returned by the constraintFcn.
  댓글 수: 3
Walter Roberson
Walter Roberson 2022년 10월 7일
I have never used the Live Editor task for optimization, sorry.
yavier kristanto
yavier kristanto 2022년 10월 24일
no problem, thankyou.

댓글을 달려면 로그인하십시오.

카테고리

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