Class OneMax_Dummy2¶
Defined in File f_one_max_dummy2.hpp
Inheritance Relationships¶
Base Type¶
public ioh::problem::pbo::pbo_base(Class pbo_base)
Class Documentation¶
-
class
ioh::problem::pbo::OneMax_Dummy2: public ioh::problem::pbo::pbo_base¶ Public Functions
-
OneMax_Dummy2(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
-
OneMax_Dummy2 *
create(int instance_id = IOH_DEFAULT_INSTANCE, int dimension = IOH_DEFAULT_DIMENSION)¶
-