Expand description
Collection of data structures that may help with solving different AI problems.
Re-exports§
pub use bucket_strainer::*;
pub use grid::*;
pub use switch::*;
Modules§
- bucket_
strainer - Tools used to split data collection by their utility/category.
- grid
- Tool used to store and sample grid-like data.
- switch
- Tool used to sequentialy switch between many options of same data.