use penalty function for constraint optimization
4 Ansichten (letzte 30 Tage)
Ältere Kommentare anzeigen
farhad gholami
am 1 Aug. 2014
Beantwortet: farhad gholami
am 3 Aug. 2014
i have problem that consist nonlinear programming problem with 70 equlity constraint with and 15 variables. i would convert this problem to unconstrainted optimization with penalty function, max f(x) st: h(x)=0 for j=1 to 70; penalty function=f(x)+lambda(h1(x)^2+h2(x)^2+h3(x)^3 .... h70(x)^2)
that lambda positive penalty constant for example 2 is this convert is true?
0 Kommentare
Akzeptierte Antwort
Weitere Antworten (0)
Siehe auch
Kategorien
Mehr zu Quadratic Programming and Cone Programming 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!