2 writes to _bestBoundOnMin
Microsoft.ML.StandardTrainers (2)
Optimizer\OptimizationMonitor.cs (2)
308_bestBoundOnMin = float.NegativeInfinity; 326_bestBoundOnMin = Math.Max(_bestBoundOnMin, newBoundOnMin);
2 references to _bestBoundOnMin
Microsoft.ML.StandardTrainers (2)
Optimizer\OptimizationMonitor.cs (2)
326_bestBoundOnMin = Math.Max(_bestBoundOnMin, newBoundOnMin); 327float val = (value - _bestBoundOnMin) / Math.Abs(value);