testing.h
Go to the documentation of this file.
This file contains abstract classes for function generation.
This class is generated for testing purpose.
Definition: testing.h:56
mpf_t * Eval(const std::vector< mpf_t * > &pos)
Calculates some function value.
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