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