Info

This question is closed. Reopen it to edit or answer.

interior penalty function matlab code

1 view (last 30 days)
IBRAHIM BUMADIAN
IBRAHIM BUMADIAN on 9 Apr 2020
Closed: John D'Errico on 10 Apr 2020
how to do matlab code about interior penalty function for
Minimize f(b1,b2)= (1/3(b1+1)^3)+b2
subject to
G1=-b1+1<=0
G2=-b2<=0
Please show me how I can do it give me code example
The compine the constraints with the objective function and develop a pseudo-objective function as follows:
F(b1,b2,r)=(1/3*(b1+1)^3+b2-r*(1/(1-b1)-1/b2))
Thanks
  1 Comment
Rik
Rik on 10 Apr 2020
Have a read here and here. It will greatly improve your chances of getting an answer.
Instead of flagging your own question as unclear, you can edit it to improve it.

Answers (0)

Community Treasure Hunt

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

Start Hunting!