Filter löschen
Filter löschen

Constraint problem in Problem-based optimization live task

1 Ansicht (letzte 30 Tage)
yavier kristanto
yavier kristanto am 7 Okt. 2022
Kommentiert: yavier kristanto am 24 Okt. 2022
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

Antworten (1)

Walter Roberson
Walter Roberson am 7 Okt. 2022
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 Kommentare
Walter Roberson
Walter Roberson am 7 Okt. 2022
I have never used the Live Editor task for optimization, sorry.

Melden Sie sich an, um zu kommentieren.

Kategorien

Mehr zu Problem-Based Optimization Setup 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