Main Page   Class Hierarchy   Compound List   File List   Compound Members   File Members  

TerminatorT800 Class Reference

A super-fast Terminator that doesn't save the network state. More...

#include <termination.h>

Inheritance diagram for TerminatorT800:

Terminator UPTerminator List of all members.

Public Methods

 TerminatorT800 (const PatternSet &validationset, int hits, int striplen)
bool check (const ANNetwork &net, int cyclesTrained)

Protected Attributes

int mRaises
const int mMaxRaises

Detailed Description

A super-fast Terminator that doesn't save the network state.

Name parameter for buildTerminator() to create this object is: "FT#", where # is a numeric parameter, typically 2. Super-fast terminator: otherwise equal to the UP-terminator, but this one doesn't save and at the end restore the network.

Definition at line 143 of file termination.h.


Constructor & Destructor Documentation

TerminatorT800 const PatternSet   validationset,
int    hits,
int    striplen
 

Additional parameter 'hits' gives the number of successive raises in the validation error required for the termination.

See also:
Terminator::Terminator

Definition at line 100 of file termination.cc.


Member Data Documentation

const int mMaxRaises [protected]
 

Number of required successive increases in the validation error required for termination.

See also:
mRaises

Definition at line 165 of file termination.h.

int mRaises [protected]
 

Number of successive increases in the validation error.

Definition at line 158 of file termination.h.


The documentation for this class was generated from the following files:
Generated on Thu Feb 10 20:06:46 2005 for Inanna by doxygen1.2.18