norm.h
Go to the documentation of this file.
This class represents a function, which calculates the 2-norm.
Definition: norm.h:134
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 function which calculates the 2-norm (which is equivalent to the sphere funct...
Definition: norm.h:173
This class represents a function, which calculates the p-norm for all p=1+1/2exponent.
Definition: norm.h:186
This class represents a function which calculates the p-norm for all p which are powers of 2...
Definition: norm.h:100
This class represents a function, which calculates the 8-norm.
Definition: norm.h:158
This class represents a function which calculates the Manhattan norm of a vector. ...
Definition: norm.h:50
mpf_t * Eval(const std::vector< mpf_t * > &pos)
Returns the Manhattan norm of the given position.
This class represents a function which calculates the infinity norm of a vector.
Definition: norm.h:75
This class represents a function, which calculates the 4-norm.
Definition: norm.h:146
This class is an abstract class. It supplies the interface for objective functions.
Definition: function.h:74
std::string GetName()
Returns a string representation of this object.