Select best subset of points by non dominated sorting with hypervolume contribution for tie breaking. Works on an arbitrary dimension of size two or higher. Returns a vector of indices of selected points.
integer()
pointsmatrix()
Numeric matrix with each column corresponding to a point.
n_selectinteger(1)
Amount of points to select.
ref_pointinteger()
Reference point for hypervolume.
minimizelogical()
Should the ranking be based on minimization? (Single bool for all dimensions,
or vector of bools with each entry corresponding to each dimension).