Class Gallagher21

Nested Relationships

Inheritance Relationships

Base Type

Class Documentation

class ioh::problem::bbob::Gallagher21 : public ioh::problem::bbob::bbob_base

Public Functions

Gallagher21(int instance_id = IOH_DEFAULT_INSTANCE, int dimension = IOH_DEFAULT_DIMENSION)
void prepare_problem() override
double internal_evaluate(const std::vector<double> &x) override

A virtual internal evaluate function.

The internal_evaluate function is to be used in evaluate function. This function must be decalred in derived function of new problems.

Public Static Functions

Gallagher21 *create(int instance_id = IOH_DEFAULT_INSTANCE, int dimension = IOH_DEFAULT_DIMENSION)