Expand description
This module implements neural networks in the form of directed graphs (from petgraph).
Evolutionary changes are projected onto the graph first before being encoded genetically.
Structs§
- Neural
Network NeuralNetworkis a struct that represents a directed graph based feed-forward neural network, initialized from anEneCodegenome.