Expand description
General library for genetic algorithm implementations.
Structs§
- Parameters
- Parameters of a simulation.
- SimResult
- A SimResult is a single datapoint – a snapshot of the best solution the simulation has found so far.
- Thread
Sim - Main simulation runner.
Enums§
- Simulation
Error - Enumeration of possible errors returned by the simulation.
Traits§
- Fitness
Evaluator - Defines the evaluation heuristic for the current simulation.