TarzaNN
TarzaNN neural network simulator
|
#include <ODEMonitor.h>
Public Member Functions | |
ODEMonitor (Network *n) | |
virtual | ~ODEMonitor () |
void | doneStep () |
bool | update () |
Monitors the outputs for ODE networks, deciding on top level winners
ODEMonitor::ODEMonitor | ( | Network * | n | ) |
ODEMonitor::~ODEMonitor | ( | ) | [virtual] |
void ODEMonitor::doneStep | ( | ) | [virtual] |
Called by the sync mechanism, indicating that one feed forward step has completed, the network is ready for top level competition
Reimplemented from Monitor.
bool ODEMonitor::update | ( | ) | [virtual] |
Predicate, should the Feature Planes determine top-level winners
Reimplemented from Monitor.