Skip to content

Commit

Permalink
First commit to the branch. The noise parameters are hard coded for n…
Browse files Browse the repository at this point in the history
…ow. This is not optimal, but this commit mostly serves as first approach to the implementation, to see if the stuff actually works
  • Loading branch information
lorenzo-consoli committed Nov 14, 2023
1 parent 450521d commit 7fd7769
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion code-experiments/src/suite_biobj_ext_noisy.c
Original file line number Diff line number Diff line change
Expand Up @@ -113,4 +113,5 @@ static coco_problem_t *suite_biobj_ext_noisy_get_problem(coco_suite_t *suite,
problem -> data = transformed_data;
problem -> problem_free_function = coco_problem_stacked_free;
return problem;
}
}

0 comments on commit 7fd7769

Please sign in to comment.