Crate cosyne[][src]

Expand description

CoSyNE crate for optimizing fixed topology neural network using co-evolution as described in the original paper (see resources/CoSyNE.pdf)

Structs

Artificial Neural Network

Configuration of CoSyNE

The main optimization struct

stores all sub-populations and their fitness values

Enums

Represents which transfer function to use for evaluating neural networks.

Enumerate the probability functions used for marking weights for permutation

Traits

Environment to test the neural network in