stochastic_universal_sampling 1.1.1

The stochastic universal sampling algorithm for the rand crate.
Documentation
1
2
3
4
5
6
7
8
9
10
11
# Stochastic Universal Sampling

This package implements the stochastic universal sampling (SUS) algorithm for
the rand crate. The SUS algorithm is essentially a random selection algorithm.
SUS guarantees that highly-weighted samples will not dominate the selection
beyond their proportional weight. This is useful for evolutionary algorithms.
For more information see:

* [**crates.io**]https://crates.io/crates/stochastic_universal_sampling
* [**docs.rs**]https://docs.rs/stochastic_universal_sampling
* [**Wikipedia**]https://en.wikipedia.org/wiki/Stochastic_universal_sampling