1 write to _n
Microsoft.ML.StandardTrainers (1)
Optimizer\OptimizationMonitor.cs (1)
225_n = n;
4 references to _n
Microsoft.ML.StandardTrainers (4)
Optimizer\OptimizationMonitor.cs (4)
213get { return _n; } 243if (_pastValues.Count < _n) 250float avgImprovement = (_pastValues.Dequeue() - value) / _n; 263return string.Format("Mean rel impr over {0} iter'ns < tol: {1,0:0.000e0}", _n, _tol);