Description: Sequentielle Quadratische Optimierung fuer
f(x) = Min!, g(x) >= 0, h(x) = 0
unter Regularitaetsbedingung
FUNKTIONEN:
gp.m, gp_g.m, restor.m, sigini.m
name_f.m: Zielfunktion/Gradient
name_g.m: Ungleichunen/Gradienten
name_h.m: Gleichungen/Gradienten
INPUT:
name Name des Problems
x zulaessiger Punkt als Startvektor
OUTPUT:
(x,y,z) Kuhn-Tucker-Punkt
f = f(x) Funktionswert
errorcode = 1: Max. Schrittzahl in Iteration
errorcode = 2: Max. Schrittzahl in Backtracking
errorcode = 3: x nicht zulaessig
To Search:
File list (Check if you may need any files):
demo_gp.m
demo_sqp.m
dlqp.m
dlqp_g.m
dlqp_h.m
gp.m
gp_g.m
restor.m
restor_g.m
sigini.m
sigini_g.m
sqp.m
sqp_g.m
sqp_h.m
test01.m
test02.m
test03.m
test04.m
test05.m
test06.m
test07.m
test08.m
test09.m
test10.m
test11.m
test12.m