baybe.utils.sampling_algorithmsΒΆ

A collection of point sampling algorithms.

Functions

farthest_point_sampling(points[, n_samples, ...])

Sample points according to a farthest point heuristic.