Crate heredity

Crate heredity 

Source
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.
ThreadSim
Main simulation runner.

Enums§

SimulationError
Enumeration of possible errors returned by the simulation.

Traits§

FitnessEvaluator
Defines the evaluation heuristic for the current simulation.