Class LeadingOnes_Dummy1¶
Defined in File f_leading_ones_dummy1.hpp
Inheritance Relationships¶
Base Type¶
public ioh::problem::pbo::pbo_base(Class pbo_base)
Class Documentation¶
-
class
ioh::problem::pbo::LeadingOnes_Dummy1: public ioh::problem::pbo::pbo_base¶ Public Functions
-
LeadingOnes_Dummy1(int instance_id = IOH_DEFAULT_INSTANCE, int dimension = IOH_DEFAULT_DIMENSION)¶
-
void
prepare_problem() override¶
-
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 Members
-
std::vector<int>
info¶
Public Static Functions
-
LeadingOnes_Dummy1 *
create(int instance_id = IOH_DEFAULT_INSTANCE, int dimension = IOH_DEFAULT_DIMENSION)¶
-