Neat-Ex v1.3.0 Ann.Simulation
A module for simulating ANNs.
Summary
Functions
Returns the ammount of data change in the latest step of the simulation
Uses a single frame of inputs repeatedly until it has evaluated max
times, or until the summation of data changes is <= to thresh
Applies the weightMap back onto the ANN and returns it. Note, this is only of use if the stored weightMap has been modified manually or by an external source such as the Backprop or NeuralTrainer modules
Creates a new ANN Simulation given an ANN, and a sigmoid function
Steps the simulation forward one frame, provided with the current inputs for this frame. inputs should be a map of node_ids and their values
Functions
Uses a single frame of inputs repeatedly until it has evaluated max
times, or until the summation of data changes is <= to thresh
.
Applies the weightMap back onto the ANN and returns it. Note, this is only of use if the stored weightMap has been modified manually or by an external source such as the Backprop or NeuralTrainer modules.
Creates a new ANN Simulation given an ANN, and a sigmoid function.