experimental-design / bofire

Experimental design and (multi-objective) bayesian optimization.
https://experimental-design.github.io/bofire/
BSD 3-Clause "New" or "Revised" License
207 stars 22 forks source link

BNH and TNK #424

Closed jduerholt closed 1 month ago

jduerholt commented 1 month ago

This PR adds the two constrained multiobjective benchmark functions BNH (https://pymoo.org/problems/multi/bnh.html) and TNK (https://pymoo.org/problems/multi/tnk.html). What do you think about an optional pymoo problem runner. So if one has pymoo installed one can easily setuo a benchmark problem by providing a pymoo problem object? Could be useful, as pymoo features a lot of benchmark problems ...