nds_selection {bbotk} | R Documentation |
Best points w.r.t. non dominated sorting with hypervolume contribution.
Description
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.
Usage
nds_selection(points, n_select, ref_point = NULL, minimize = TRUE)
Arguments
points |
( |
n_select |
( |
ref_point |
( |
minimize |
('logical()') |
Value
Vector of indices of selected points
[Package bbotk version 1.5.0 Index]