Search Results for

    Show / Hide Table of Contents

    Class OptimiserIterationEventArgs

    Optimiser iteration event

    Inheritance
    Object
    EventArgs
    OptimiserIterationEventArgs
    Inherited Members
    EventArgs.Empty
    Object.Equals(Object)
    Object.Equals(Object, Object)
    Object.GetHashCode()
    Object.GetType()
    Object.MemberwiseClone()
    Object.ReferenceEquals(Object, Object)
    Object.ToString()
    Namespace: Microsoft.ML.Probabilistic.Math
    Assembly: Microsoft.ML.Probabilistic.dll
    Syntax
    public class OptimiserIterationEventArgs : EventArgs

    Constructors

    OptimiserIterationEventArgs(Int32, Double, Double)

    Constructor

    Declaration
    public OptimiserIterationEventArgs(int iteration, double objVal, double rmsDeriv)
    Parameters
    Type Name Description
    Int32 iteration
    Double objVal
    Double rmsDeriv

    Fields

    iteration

    Iteration

    Declaration
    public int iteration
    Field Value
    Type Description
    Int32

    objVal

    Objective value

    Declaration
    public double objVal
    Field Value
    Type Description
    Double

    rmsDeriv

    Root mean square derivative

    Declaration
    public double rmsDeriv
    Field Value
    Type Description
    Double
    In This Article
    Back to top Copyright © .NET Foundation. All rights reserved.