botorch icon indicating copy to clipboard operation
botorch copied to clipboard

[Feature Request] hypervolume computation in C/C++

Open MLopez-Ibanez opened this issue 1 year ago • 7 comments

🚀 Feature Request

Motivation

https://botorch.org/api/utils.html#botorch.utils.multi_objective.hypervolume.Hypervolume

says: TODO: write this in C++ for faster looping.

There is a C (C++ compatible) implementation available here: https://github.com/MLopez-Ibanez/eaf/blob/master/src/mo-tools/hv.c

MLopez-Ibanez avatar Feb 16 '23 19:02 MLopez-Ibanez