This function is taken from 'practical mathematical optimization' (snyman), section 5.3.8 ('application of the augmented lagrangian method').
AugLagrangianTestFunction ()
AugLagrangianTestFunction (const arma::mat &initial_point)
double Evaluate (const arma::mat &coordinates)
double EvaluateConstraint (const size_t index, const arma::mat &coordinates)
const arma::mat & GetInitialPoint () const
void Gradient (const arma::mat &coordinates, arma::mat &gradient)
void GradientConstraint (const size_t index, const arma::mat &coordinates, arma::mat &gradient)
size_t NumConstraints () const
std::string ToString () const
arma::mat initialPoint
This function is taken from 'Practical Mathematical Optimization' (Snyman), section 5.3.8 ('Application of the Augmented Lagrangian Method').
It has only one constraint.
The minimum that satisfies the constraint is x = [1, 4], with an objective value of 70.
Definition at line 38 of file aug_lagrangian_test_functions.hpp.
Definition at line 54 of file aug_lagrangian_test_functions.hpp.
References initialPoint.
Definition at line 47 of file aug_lagrangian_test_functions.hpp.
Definition at line 60 of file aug_lagrangian_test_functions.hpp.
Referenced by GetInitialPoint().
Generated automatically by Doxygen for MLPACK from the source code.