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