C# 클래스 Encog.Neural.Networks.Training.Strategy.End.EndIterationsStrategy

End after a number of iterations.
상속: IEndTrainingStrategy
파일 보기 프로젝트 열기: encog/encog-silverlight-core

공개 메소드들

메소드 설명
EndIterationsStrategy ( int maxIterations ) : System

Construct a strategy.

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

메소드 상세

EndIterationsStrategy() 공개 메소드

Construct a strategy.
public EndIterationsStrategy ( int maxIterations ) : System
maxIterations int The number of iterations.
리턴 System

Init() 공개 메소드

public Init ( ITrain train ) : void
train ITrain
리턴 void

PostIteration() 공개 메소드

public PostIteration ( ) : void
리턴 void

PreIteration() 공개 메소드

public PreIteration ( ) : void
리턴 void

ShouldStop() 공개 메소드

public ShouldStop ( ) : bool
리턴 bool