fix: disable IOH_set_instance, seems bugged
This commit is contained in:
parent
fd09739770
commit
82ff91d59b
1 changed files with 1 additions and 1 deletions
|
|
@ -345,7 +345,7 @@ int main(int argc, char* argv[])
|
|||
|
||||
/// Set problem_id as 1
|
||||
w_model_om.IOHprofiler_set_problem_id(problem); // FIXME check what that means
|
||||
w_model_om.IOHprofiler_set_instance_id(instance); // FIXME check what that means
|
||||
// w_model_om.IOHprofiler_set_instance_id(instance); // FIXME changing the instance seems to change the target upper bound.
|
||||
|
||||
/// Set dimension.
|
||||
w_model_om.IOHprofiler_set_number_of_variables(dimension);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue