Crate jeans

Source
Expand description

This is a crate for implementing genetic algorithms. Specifically, this is for algorithms whose solutions can be represented as a vector of floating point values. !

Modules§

functions

Structs§

Individual
This structure is for an individual, essentially representative of a single solution
Optimizer
This is an optimizer object. It does the actual heavy lifting.
Settings
A settings object for storing all of the settings we might care about for a GA.