Crates.io | stochastic_universal_sampling |
lib.rs | stochastic_universal_sampling |
version | 1.1.0 |
source | src |
created_at | 2024-11-12 17:02:48.00985 |
updated_at | 2024-11-17 22:22:03.585286 |
description | The stochastic universal sampling algorithm for the rand crate. |
homepage | |
repository | https://github.com/ctrl-z-9000-times/stochastic_universal_sampling.git |
max_upload_size | |
id | 1445168 |
size | 10,208 |
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: