Crates.io | gumbel-top-bucket |
lib.rs | gumbel-top-bucket |
version | 0.1.0 |
source | src |
created_at | 2023-06-26 02:13:07.426585 |
updated_at | 2023-06-26 02:13:07.426585 |
description | A bucket data structure that is sampled using the Gambel-Top trick, which allows for O(1) sampling from a softmax-like distribution. |
homepage | |
repository | https://github.com/cassanof/gumbel-bucket-rs |
max_upload_size | |
id | 899935 |
size | 10,475 |
A bucket data structure that is sampled using the Gambel-Top trick, which allows for O(1) sampling from a distribution approximating the softmax distribution.