stochastic_universal_sampling

Crates.iostochastic_universal_sampling
lib.rsstochastic_universal_sampling
version1.1.0
sourcesrc
created_at2024-11-12 17:02:48.00985
updated_at2024-11-17 22:22:03.585286
descriptionThe stochastic universal sampling algorithm for the rand crate.
homepage
repositoryhttps://github.com/ctrl-z-9000-times/stochastic_universal_sampling.git
max_upload_size
id1445168
size10,208
David McDougall (ctrl-z-9000-times)

documentation

README

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:

Commit count: 4

cargo fmt