C# 클래스 Encog.Neural.Networks.Training.Strategy.Greedy
A simple greedy strategy. If the last iteration did not improve training, then discard it. Care must be taken with this strategy, as sometimes a training algorithm may need to temporarily decrease the error level before improving it.