inclined_plane.h
Go to the documentation of this file.
This file contains abstract classes for function generation.
mpf_t * DistanceTo1DLocalOptimum(const std::vector< mpf_t * > &pos, int d)
Returns always +infinity, because the optimum can not be reached.
std::string GetName()
Returns a string representation of this object.
This class implements the asymmetric inclined plane function, which represents a function with consta...
Definition: inclined_plane.h:79
mpf_t * Eval(const std::vector< mpf_t * > &pos)
Returns the sum of the vector entries multiplied by -1.
This class is an abstract class. It supplies the interface for objective functions.
Definition: function.h:74
This class implements the inclined plane function, which represents a function with constant first de...
Definition: inclined_plane.h:50