Non-dominated point finding for minimization problems
find_nondominated_points(Y)
row matrix of points in the space of objectives.
logical vector of length nrow(Y)
indicating the nondominated points
as TRUE
.
Non-dominated point finding, based on portions of function fastNonDominatedSorting from package NSGA2R (https://CRAN.R-project.org/package=nsga2R)