Public Member Functions

Epoch_Based_Stop_Strategy Class Reference

Training will stop after N epochs (specified on construction) are passed. More...

#include <Trainer.h>

Inheritance diagram for Epoch_Based_Stop_Strategy:
Inheritance graph
[legend]
Collaboration diagram for Epoch_Based_Stop_Strategy:
Collaboration graph
[legend]

List of all members.

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.

Detailed Description

Training will stop after N epochs (specified on construction) are passed.

MCPN Logo
kr0st © 2010