Training will stop after N epochs (specified on construction) are passed. More...
#include <Trainer.h>
Public Member Functions | |
Epoch_Based_Stop_Strategy (Trainer *trainer, const unsigned int epochs) | |
Constructor. | |
virtual bool | should_stop () |
If this method returns "true" Trainer will stop coaching the network and store optimal net configuration in the provided stream. | |
double | Get_MSE () |
Returns MSE corresponding to the trained network. |
Training will stop after N epochs (specified on construction) are passed.