stochastic_universal_sampling

Crates.iostochastic_universal_sampling
lib.rsstochastic_universal_sampling
version1.1.1
created_at2024-11-12 17:02:48.00985+00
updated_at2025-04-22 14:49:14.727364+00
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
size13,899
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: 0

cargo fmt