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);
327
float val = (value -
_bestBoundOnMin
) / Math.Abs(value);