Generic implementations of gradient based stochastic optimizing algorithms
Simultaneous perturbation stochastic approximation
Stochastic Gradient, Multithreaded
Genetic algorithms
Optimization module for SciRS2 (scirs2-optimize)
Deep learning library written in pure Rust
An implementation of the Stochastic Dual Dynamic Programming (SDDP) algorithm in pure Rust, for the hydrothermal dispatch problem.
Stochastic Dual Dynamic Programming (SDDP) for hydrothermal dispatch and energy planning
A modular, mathematically rigorous, performant, reusable simulated annealing optimization engine
Stochastic process models for power systems — PAR(p), scenario generation, correlated sampling
A numeric library of stochastic approximation algorithms
AXON — the formal cognitive language: a deterministic, proof-carrying AI runtime. Native Rust lexer/parser/type-checker/IR generator (re-exported from axon-frontend) plus the runtime: typed channels (π-calculus mobility, capability extrusion), algebraic effects via Free Monad CPS handlers, lease kernel + reconcile loop, the Epistemic Security Kernel, Trust Types, Proof-Carrying Code (independently verifiable proof objects), and the closed-catalog extension mechanism. Crate publishes as `axon-lang`; library import is `use axon::*` so existing call sites keep working unchanged.