two_cups_function.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)
Calculates for a position and a dimension the next local optimum if only the value of the position in...
This class represents a test function with 2D many optimal positions.
Definition: two_cups_function.h:50
This class is an abstract class. It supplies the interface for objective functions.
Definition: function.h:74
mpf_t * Eval(const std::vector< mpf_t * > &pos)
Calculates the sum over a single dimensional function evaluated on each position entry.
std::string GetName()
Returns a string representation of this object.