A fuller counterpart to print.MaxMinSelection(): the one-line headline,
followed by the achieved objective(s), search effort, and – for a
FarFirst() ensemble – the per-strategy \(T_k\) table.
Usage
# S3 method for class 'MaxMinSelection'
summary(object, ...)See also
Other reporting functions:
print.Coreset,
print.KCentre,
print.MaxEntropy,
print.MaxMeanSelection(),
print.MaxSum
Examples
set.seed(1)
pts <- matrix(rnorm(60), ncol = 2)
summary(FarFirst(5L, dist(pts)))
#> 5 elements (14 4 26 5 28) selected by farthest-first (best of 3 strategies, winner random_furthest1), each at distance >= 1.765
#> strategies tried (3), best marked *:
#> strategy seed T_k
#> * random_furthest1 14 1.765
#> random_furthest2 24 1.701
#> random_furthest3 26 1.468