Search Results for

    Show / Hide Table of Contents

    Class DerivativeChecker

    Class used to check analytic derivatives using finite difference approximation

    Inheritance
    Object
    DerivativeChecker
    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.Math
    Assembly: Microsoft.ML.Probabilistic.dll
    Syntax
    public static class DerivativeChecker

    Methods

    CheckDerivatives(FunctionEval, Vector)

    Check whether "func" correctly calculates derivatives

    Declaration
    public static bool CheckDerivatives(FunctionEval func, Vector x0)
    Parameters
    Type Name Description
    FunctionEval func

    Return the objective and calculates gradients

    Vector x0

    The point to perform the check around

    Returns
    Type Description
    Boolean

    Whether the derivatives are correctly calculated.

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