Expand description
The evaluation module contains functions and types related to the process of evaluating and activating the neural network of a Genome, such as basic activation functions that can be used with hidden and output layers of a Genome.
Structs§
Functions§
- basic_
eval - sigmoid
- A basic sigmoid activation function
Type Aliases§
- Activation
Fn - Custom activation functions must match this type.
- Evaluation
Fn