| Crates.io | stochastic_universal_sampling |
| lib.rs | stochastic_universal_sampling |
| version | 1.1.1 |
| created_at | 2024-11-12 17:02:48.00985+00 |
| updated_at | 2025-04-22 14:49:14.727364+00 |
| 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 | 13,899 |
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: