The generalized rosenbrock function in 4 dimensions with the wood function in four dimensions.
RosenbrockWoodFunction ()
double Evaluate (const arma::mat &coordinates)
const arma::mat & GetInitialPoint () const
void Gradient (const arma::mat &coordinates, arma::mat &gradient)
arma::mat initialPoint
GeneralizedRosenbrockFunction rf
WoodFunction wf
The Generalized Rosenbrock function in 4 dimensions with the Wood Function in four dimensions.
In this function we are actually optimizing a 2x4 matrix of coordinates, not a vector.
Definition at line 154 of file test_functions.hpp.
Definition at line 165 of file test_functions.hpp.
Definition at line 166 of file test_functions.hpp.
Definition at line 167 of file test_functions.hpp.
Generated automatically by Doxygen for MLPACK from the source code.