Listed below are the constructors for the objective function.
typedef void (*USERFCN0)(int, const ColumnVector&, real&, int&);
trig(n, x, f, result);
typedef void (*USERFCN1)(int, int, const ColumnVector&, real&, ColumnVector&, int&);
The function call for the Rosenbrock problem with analytic derivatives is
rosen(mode, n, x, f, g, result);
typedef void (*USERFCN2)(int, int, const ColumnVector&, real&, ColumnVector&, SymmetricMatrix&, int&);
illum2(mode, n, x, f, g, H, result);
Next Section: Bound-constrained minimization | Back to Unconstrained minimization
Last revised June 30, 2006