Module rsgenetic::sim [] [src]

Contains implementations of Simulators, which can run genetic algorithms.

Modules

seq

Contains a sequential Simulator implementation.

Enums

FitnessType

Whether to maximize or to minimize the fitness value

SelectionType

The type of parent selection.

Traits

Simulation

A Simulation is an execution of a genetic algorithm.