comparison scripts/optimization/sqp.m @ 7001:8b0cfeb06365

[project @ 2007-10-10 18:02:59 by jwe]
author jwe
date Wed, 10 Oct 2007 18:03:02 +0000
parents 2ae5d4353d0b
children 93c65f2a5668
comparison
equal deleted inserted replaced
7000:e87f860624cc 7001:8b0cfeb06365
54 ## @noindent 54 ## @noindent
55 ## using a successive quadratic programming method. 55 ## using a successive quadratic programming method.
56 ## 56 ##
57 ## The first argument is the initial guess for the vector @var{x}. 57 ## The first argument is the initial guess for the vector @var{x}.
58 ## 58 ##
59 ## The second argument is a function handle pointing to the ojective 59 ## The second argument is a function handle pointing to the objective
60 ## function. The objective function must be of the form 60 ## function. The objective function must be of the form
61 ## 61 ##
62 ## @example 62 ## @example
63 ## y = phi (x) 63 ## y = phi (x)
64 ## @end example 64 ## @end example