#include <StopCondition.h>
Public Member Functions | |
| virtual bool | check (int iteration, double error)=0 |
Interface for classes describing conditions for whether to continue training Neural Nets
|
pure virtual |
Control if the condition has been met
| iteration | amount of training iterations ran |
| error | current error from evaluation |
Implemented in IterationCondition.
1.8.6