Show / Hide Table of Contents

    Delegate SolverBase.InterruptMultiHierarchicalOptimization

    Defines a delegate for a callback with which the user can specify whether a multi hierarchical optimization should be interrupted.

    Namespace: OPTANO.Modeling.Optimization
    Assembly: Optimization.dll
    Syntax
    public delegate bool InterruptMultiHierarchicalOptimization(Solution intermediateSolution, int hierarchyLevel);
    Parameters
    Type Name Description
    Solution intermediateSolution

    The solution of the current iteration.

    System.Int32 hierarchyLevel

    The current hierarchy level.

    Returns
    Type Description
    System.Boolean

    Extension Methods

    ReflectionHelper.GetFieldValue(Object, String)
    ReflectionHelper.SetFieldValue(Object, String, Object)
    ExtensionMethods.Clone<T>(T)
    ExtensionMethods.ThrowIfArgumentIsNull<T>(T, String)
    Back to top Copyright © OPTANO GmbH generated with DocFX
    Privacy Policy | Impressum – Legal Notice