function.h
Go to the documentation of this file.
97 Function(std::vector<double> search_space_lower_bound, std::vector<double> search_space_upper_bound);
166 virtual mpf_t* DistanceTo1DLocalOptimumTernarySearch(const std::vector<mpf_t*> & pos, int d, mpf_t* start_distance);
int dimension_to
Highest affected dimension id.
Definition: function.h:68
This class is an abstract class. It supplies an interface for operations on vectors.
Definition: function.h:191
double upper_search_space_bound
Upper bound of the search space.
Definition: function.h:60
double lower_search_space_bound
Lower bound of the search space.
Definition: function.h:56
This class can store information about where the bounds of the objective function are...
Definition: function.h:51
virtual ~SpecificFunction()
The destructor.
Definition: function.h:196
This class is an abstract class. It supplies the interface for objective functions.
Definition: function.h:74
int dimension_from
Lowest affected dimension id.
Definition: function.h:64