rosenbrock.h
Go to the documentation of this file.
This file contains abstract classes for function generation.
This class represents the well known test function rosenbrock.
Definition: rosenbrock.h:50
mpf_t * Eval(const std::vector< mpf_t * > &pos)
Returns the evaluation of the rosenbrock function evaluated at the given position.
std::string GetName()
Returns a string representation of this object.
This class is an abstract class. It supplies the interface for objective functions.
Definition: function.h:74
This class represents a moved version of the well known test function rosenbrock, where the optimal v...
Definition: rosenbrock.h:72