메소드 | 설명 | |
---|---|---|
Init ( ITrain train ) : void |
Initialize this strategy.
|
|
PostIteration ( ) : void |
Called just after a training iteration.
|
|
PreIteration ( ) : void |
Called just before a training iteration.
|
|
ShouldStop ( ) : bool |
True if training should stop.
|
|
StopTrainingStrategy ( ) : System |
Construct the strategy with default options.
|
|
StopTrainingStrategy ( double minImprovement, int toleratedCycles ) : System |
Construct the strategy with the specified parameters.
|
public StopTrainingStrategy ( double minImprovement, int toleratedCycles ) : System | ||
minImprovement | double | The minimum accepted improvement. |
toleratedCycles | int | The number of cycles to tolerate before stopping. |
리턴 | System |