Search Results for

    Show / Hide Table of Contents

    Enum OptimizationConvergenceOption

    Options for terminating optimization upon convergence.

    Namespace: VMS.TPS.Common.Model.Types
    Assembly: VMS.TPS.Common.Model.Types.dll
    Syntax
    public enum OptimizationConvergenceOption

    Fields

    Name Description
    NoEarlyTermination

    Always perform the specified number of iterations.

    TerminateIfConverged

    Terminate optimization before the maximum number of iterations is reached if the optimization is already converged.

    In This Article
    Back to top