Module graph

Module graph 

Source
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§

NeuralNetwork
NeuralNetwork is a struct that represents a directed graph based feed-forward neural network, initialized from an EneCode genome.

Enums§

GraphConstructionError