schwefel.h
Go to the documentation of this file.
mpf_t * Eval(const std::vector< mpf_t * > &pos)
Returns the evaluation of the first version of a schwefel function evaluated at the given position...
This file contains abstract classes for function generation.
This class represents the well known test function schwefel.
Definition: schwefel.h:53
std::string GetName()
Returns a string representation of this object.
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 the well known test function schwefel.
Definition: schwefel.h:87
This class is an abstract class. It supplies the interface for objective functions.
Definition: function.h:74