Active Sampling module
Provides the Active Sampler Classes which contains strategies for active sampling a spatial field
Functions
grid_sample(lower, upper, n) | Used to seed an algorithm with a regular pattern of the corners and the centre. |
random_sample(lower, upper, n) | Used to randomly sample the search space. |
Classes
Base_Sampler | |
Delaunay | |
Gaussian_Process | |
ScipyDelaunay | |
Stacked_Gaussian_Process | |
candidates |