1 write to D
Microsoft.ML.StandardTrainers (1)
Optimizer\Optimizer.cs (1)
559D = deriv;
13 references to D
Microsoft.ML.StandardTrainers (13)
Optimizer\Optimizer.cs (13)
434else if (Math.Abs(curr.D) <= -c2) 438else if (curr.D >= 0) 463if (left.D > 0 && right.D < 0) 514else if (Math.Abs(curr.D) <= -c2) 520if (curr.D * (aHi.A - aLo.A) >= 0) 542double t1 = p0.D + p1.D - 3 * (p0.V - p1.V) / (p0.A - p1.A); 543double t2 = Math.Sign(p1.A - p0.A) * Math.Sqrt(t1 * t1 - p0.D * p1.D); 544double num = p1.D + t2 - t1; 545double denom = p1.D - p0.D + 2 * t2;