Crate calco

Source
Expand description

https://en.wikipedia.org/wiki/Genetic_algorithm

§Examples

You can explicitly create the progres loop of the a Universe<T>:

use calco::Universe;

// TO DO !!!

// let world: Universe<i32> = Universe::from_pop(config, [600, -2000, 42]);

Or you can use the implemented one:

use calco::Universe;

// TO DO !!!

// let world: Universe<i32> = Universe::from_pop(config, [600, -2000, 42]);

Structs§

Config
Universe

Enums§

StopCondition

Traits§

Evaluable
Mutable
Reproducible