Introduction - If you have any usage issues, please Google them yourself
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