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