2 writes to LazyUpdate
Microsoft.ML.Samples (2)
Dynamic\Trainers\BinaryClassification\AveragedPerceptronWithOptions.cs (1)
32
LazyUpdate
= false,
Dynamic\Trainers\Regression\OnlineGradientDescentWithOptions.cs (1)
37
LazyUpdate
= false,
4 references to LazyUpdate
Microsoft.ML.StandardTrainers (4)
Standard\Online\AveragedLinear.cs (4)
196
if (_args.
LazyUpdate
&& NumNoUpdates > 0)
234
if (_args.
LazyUpdate
&& _args.Averaged && NumNoUpdates > 0 && TotalMultipliers * _args.AveragedTolerance <= PendingMultipliers)
261
if (!_args.
LazyUpdate
)
317
Contracts.Check(!options.
LazyUpdate
|| !options.RecencyGainMultiplicative && options.RecencyGain == 0, "Cannot have both recency gain and lazy updates.");