Metaheuristics
Metaheuristics aim to generate or select a heuristic for an optimization problem, particularly where the set of sample solutions is too large to completely sample.
A handful of metaheuristic crates exists in the Rust ecosystem, most notably several libraries that make it straight-forward to write a genetic or evolutionary algorithms.
rsgenetic [ crate · repo · docs ]
A library providing genetic algorithm execution.
darwin-rs [ crate · repo · docs ]
Evolutionary algorithms library written in Rust.
metaheuristics [ crate · repo · docs ]
Find approximate solutions to your optimisation problem using metaheuristics algorithms
pengowen123/eant2 [ repo · docs ]
EANT2 is an metaheuristicsary algorithm that uses the Common Genetic Encoding (CGE) to encode neural networks and CMA-ES as a weight optimizer. EANT2 evolves the topology of the Neural Network and CMA-ES tries to find the optimal weights for each topology.
evo [ crate · repo · docs ]
Evolutionary Algorithm Library for Rust
genetic [ crate · repo · docs ]
a little lib to use genetic algorithm
Looking for something you didn't find? Try asking on IRC.