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