Cargo Features

[dependencies]
neat = { version = "0.5.1", default-features = false, features = ["crossover", "rayon", "max-index", "serde"] }
default = max-index

The max-index feature is set by default whenever neat is added without default-features = false somewhere in the dependency tree.

crossover

Enables crossover of genetic-rs

rayon

Enables rayon, rayon of genetic-rs

Affects runnable::NeuralNetwork

max-index default

Affects runnable::MaxIndex

serde

Enables serde and serde-big-array

Affects topology::nnt_serde