Class Sequential
Changes the order of inference updates in Expectation Propagation. When attached to a Range, indicates that the elements of VariableArrays indexed by the range should be updated sequentially rather than in parallel. This can sometimes accelerate convergence. Not supported for all models.
Implements
Inherited Members
Namespace: Microsoft.ML.Probabilistic.Models.Attributes
Assembly: Microsoft.ML.Probabilistic.Compiler.dll
Syntax
public class Sequential : ICompilerAttribute
Fields
BackwardPass
If true, the Range will be iterated both forward and backward, with sequential updates in each direction. Otherwise, the Range will only be iterated in the forward direction.
Declaration
public bool BackwardPass
Field Value
Type | Description |
---|---|
Boolean |