experimental-design / bofire

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

BNH and TNK #424

Closed jduerholt closed 3 months ago

jduerholt commented 3 months 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 ...