3 references to StepAndValue
Microsoft.ML.StandardTrainers (3)
Optimizer\LineSearch.cs (3)
338StepAndValue lo = new StepAndValue(func, _step / _phi); 339StepAndValue left = new StepAndValue(func, _step); 370StepAndValue right = new StepAndValue(func, lo.Step + (hi.Step - lo.Step) / _phi);