Rust implementation of real-coded genetic algorithm for solving optimization problems and training of neural networks. The latter is also known as neuroevolution.
High-performance metaheuristic optimization algorithms (Jaya, Rao, TLBO, BMR, BWR, BMWR, QOJaya, ITLBO, SAMP-Jaya, EHR-Jaya, QO-Rao, SAPHR, MO-BMR/BWR/BMWR, MO-Rao+DE, NSGA-II) in Rust.
Copy and pasted macros from the futures_utils library used for creating combinators
Backward-chaining proof engine with Socratic hints
A generic, composable genetic algorithm framework for Rust
A formatter wrapper that indents the text, designed for error display impls
Collection of mathematics routines and cryptography for the twenty-first century.
Enumerate trait for vector and slice in rust. It abstracts chain methods like .iter().enumerate().collect() into a clean, reusable method also called enums like python enumerate.
Technical analysis indicators and market regime detection for algorithmic trading
A derive macro-based library for flexible syntax tree formatting with pretty printing support.
Utilities for enriching errors with `tracing`.
Cryptographic Primitives: ISAAC, RSA, XTEA, Huffman, Whirlpool