The computation of the hypervolume contribution (see [here](https://github.com/mlr-org/mlr3hyperband/blob/d25414f37864011842cbed479e0c6a5c72d178ea/R/nds_selection.R#L64)) is "greedy". This should not be done greedy, see for example this [publication](https://people.mpi-inf.mpg.de/~kbringma/paper/2009FOGA.pdf). Just replace it by the implementation of the `emoa`package? `emoa::hypervolume_contribution`