You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Refactor GradientDescent into GradientDescentType<UpdatePolicyType, DecayPolicyType> and add the DeltaBarDelta and MomentumDeltaBarDelta optimizers (#440).
Fix an off-by-one bug where the actual number of executed iterations was one fewer than the specified maxIterations (#443).