Crate cosyne[][src]

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

Structs

ANN

Artificial Neural Network

Config

Configuration of CoSyNE

Cosyne

The main optimization struct

Population

stores all sub-populations and their fitness values

Enums

Activation

Represents which transfer function to use for evaluating neural networks.

PermutationProbF

Enumerate the probability functions used for marking weights for permutation

Traits

Environment

Environment to test the neural network in