Module evaluation

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

TrainingData

Functions§

basic_eval
sigmoid
A basic sigmoid activation function

Type Aliases§

ActivationFn
Custom activation functions must match this type.
EvaluationFn