C# Class Encog.Neural.Networks.Training.Strategy.End.EndMaxErrorStrategy

A strategy that ends when a maximum error is reached.
Inheritance: IEndTrainingStrategy
Exibir arquivo Open project: encog/encog-silverlight-core

Public Methods

Method Description
EndMaxErrorStrategy ( double maxError ) : System

Construct a max error ending strategy.

Init ( ITrain train ) : void
PostIteration ( ) : void
PreIteration ( ) : void
ShouldStop ( ) : bool

Method Details

EndMaxErrorStrategy() public method

Construct a max error ending strategy.
public EndMaxErrorStrategy ( double maxError ) : System
maxError double The maximum error.
return System

Init() public method

public Init ( ITrain train ) : void
train ITrain
return void

PostIteration() public method

public PostIteration ( ) : void
return void

PreIteration() public method

public PreIteration ( ) : void
return void

ShouldStop() public method

public ShouldStop ( ) : bool
return bool