Search Results for

    Show / Hide Table of Contents

    Delegate IterationEventHandler

    Event delegate for handling iteration event

    Namespace: Microsoft.ML.Probabilistic.Math
    Assembly: Microsoft.ML.Probabilistic.dll
    Syntax
    public delegate void IterationEventHandler(object sender, OptimiserIterationEventArgs oie);
    Parameters
    Type Name Description
    Object sender
    OptimiserIterationEventArgs oie
    In This Article
    Back to top Copyright © .NET Foundation. All rights reserved.