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