Skip to content

Commit

Permalink
Adapting the code to the heavy refactoring of the last period
Browse files Browse the repository at this point in the history
Patching after review, history should now be clean and ready for the final merge
  • Loading branch information
lorenzo-consoli committed Nov 22, 2023
1 parent 23333cd commit b0a473f
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 37 deletions.
36 changes: 0 additions & 36 deletions code-experiments/build/c/Makefile

This file was deleted.

2 changes: 1 addition & 1 deletion code-experiments/src/suite_largescale.c
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,7 @@ static coco_problem_t *coco_get_largescale_problem(const size_t function,
problem_id_template, problem_name_template);
} else if (function == 10) {
problem = f_ellipsoid_permblockdiag_bbob_problem_allocate(function, dimension, instance, rseed,
problem_id_template, problem_name_template);
problem_id_template, problem_name_template);
} else if (function == 11) {
problem = f_discus_generalized_permblockdiag_bbob_problem_allocate(function, dimension, instance, rseed,
problem_id_template, problem_name_template);
Expand Down

0 comments on commit b0a473f

Please sign in to comment.