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

Public Methods | |
| bool | restore (ANNetwork &net) |
Protected Methods | |
| void | save (const ANNetwork &net, int cyclesTrained) |
Definition at line 182 of file termination.h.
|
|
Restores the saved network weight state to the network given as parameter.
Reimplemented from Terminator. Definition at line 153 of file termination.cc. |
|
||||||||||||
|
Stores the given network state for later restoration.
Definition at line 131 of file termination.cc. References Terminator::mMinCycle. |
1.2.18