|
PointSampler library (C++)
|
Go to the source code of this file.
Namespaces | |
| namespace | ps |
Functions | |
| template<typename T , std::size_t N> | |
| std::vector< Point< T, N > > | ps::latin_hypercube_sampling (std::size_t sample_count, const std::array< std::pair< T, T >, N > &axis_ranges, std::optional< unsigned int > seed=std::nullopt) |
| Generates samples using Latin Hypercube Sampling (LHS). | |