Public Member Functions

MSE_Based_Stop_Strategy Class Reference

Training will stop when Mean Squared Error will stop decreasing. More...

#include <Trainer.h>

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

List of all members.

Public Member Functions

 MSE_Based_Stop_Strategy (Trainer *trainer)
 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 when Mean Squared Error will stop decreasing.

MCPN Logo
kr0st © 2010