1 unstable release

Uses old Rust 2015

0.1.0 Mar 16, 2016

#16 in #universe

AML license

8KB
154 lines

calco-rs

Generic genetic library in Rust


lib.rs:

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]);

Dependencies

~330–560KB