Expand description
§Metaheuristics
A comprehensive collection of metaheuristic optimization algorithms implemented in Rust. This library provides implementations of various optimization algorithms for solving complex optimization problems.
Modules§
- algorithm
- prelude
- Common types and traits used throughout the library
- test_
function - utils
Enums§
- Metaheuristic
Error - Error types for the metaheuristics library
Type Aliases§
- Result
- Result type for metaheuristic operations