#include <termination.h>
Inheritance diagram for TerminatorT800:

Public Methods | |
| TerminatorT800 (const PatternSet &validationset, int hits, int striplen) | |
| bool | check (const ANNetwork &net, int cyclesTrained) |
Protected Attributes | |
| int | mRaises |
| const int | mMaxRaises |
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.
|
||||||||||||||||
|
Additional parameter 'hits' gives the number of successive raises in the validation error required for the termination.
Definition at line 100 of file termination.cc. |
|
|
Number of required successive increases in the validation error required for termination.
Definition at line 165 of file termination.h. |
|
|
Number of successive increases in the validation error.
Definition at line 158 of file termination.h. |
1.2.18