![]() |
Quetzal-CoaTL
The Coalescence Template Library
|
#include <quetzal/utils/sampling_scheme.hpp>
Policy to sample coordinates at random in a space.
Classes | |
class | param_type |
Public Types | |
using | coord_type = X |
Public Member Functions | |
template<typename F1 > | |
constrained_sampling (std::vector< coord_type > const &space, F1 f, N pop_size, unsigned int n) | |
param_type | param () const |
void | param (unsigned int n) |
template<typename Generator > | |
auto | operator() (Generator &gen) const |