[][src]Crate jeans

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

This module provides access to functions commonly used for optimization

Structs

Optimizer

This is an optimizer object. It does the actual heavy lifting.

Settings

This is a settings object for storing all of the settings we might care about for a GA.