Class LeadingOnes_Neutrality

Inheritance Relationships

Base Type

Class Documentation

class ioh::problem::pbo::LeadingOnes_Neutrality : public ioh::problem::pbo::pbo_base

Public Functions

LeadingOnes_Neutrality(int instance_id = IOH_DEFAULT_INSTANCE, int dimension = IOH_DEFAULT_DIMENSION)
double internal_evaluate(const std::vector<int> &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

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