Search Results for

    Show / Hide Table of Contents

    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.

    Inheritance
    Object
    Sequential
    Implements
    ICompilerAttribute
    Inherited Members
    Object.Equals(Object)
    Object.Equals(Object, Object)
    Object.GetHashCode()
    Object.GetType()
    Object.MemberwiseClone()
    Object.ReferenceEquals(Object, Object)
    Object.ToString()
    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

    Implements

    ICompilerAttribute
    In This Article
    Back to top Copyright © .NET Foundation. All rights reserved.