3 writes to _step
Microsoft.ML.StandardTrainers (3)
Optimizer\LineSearch.cs (3)
249_step = 1; 261_step = 1; 332_step = FindMinimum(func);
4 references to _step
Microsoft.ML.StandardTrainers (4)
Optimizer\LineSearch.cs (4)
333return Math.Min(_step, MaxStep); 338StepAndValue lo = new StepAndValue(func, _step / _phi); 339StepAndValue left = new StepAndValue(func, _step); 354hi.Step = _step * _phi;