1 instantiation of GoldenSectionSearch
Microsoft.ML.StandardTrainers (1)
Optimizer\LineSearch.cs (1)
499
GoldenSectionSearch gss = new
GoldenSectionSearch
((float)1e-8);
1 reference to GoldenSectionSearch
Microsoft.ML.StandardTrainers (1)
Optimizer\LineSearch.cs (1)
499
GoldenSectionSearch
gss = new GoldenSectionSearch((float)1e-8);