(liboctave.info)Objective Functions


Next: Bounds Prev: Optimization Up: Optimization
Enter node , (file) or (file)node

9.1 Objective Functions
=======================

 -- : Objective (void)
 -- : Objective (const OBJECTIVE_FCN)
 -- : Objective (const OBJECTIVE_FCN, const GRADIENT_FCN)
 -- : Objective (const Objective &A)

 -- : Objective& operator = (const Objective &A)

 -- : objective_fcn objective_function (void) const;

 -- : Objective& set_objective_function (const OBJECTIVE_FCN)

 -- : gradient_fcn gradient_function (void) const;

 -- : Objective& set_gradient_function (const GRADIENT_FCN)


automatically generated by info2www version 1.2.2.9