STK AstrogatorSend comments on this topic.
ToleranceOnConvergence Property (IAgVAProfileIPOPTOptimizer)
See Also
Windows





Windows & Linux

Description

Gets or sets the tolerance by which the optimality conditions must be satisfied for the problem to be considered converged. The default value is 1E-8.

Property type

Read-write property

Syntax

[Visual Basic .NET]
Public Property ToleranceOnConvergence() As Double
[C#]
public double ToleranceOnConvergence {get; set;}
[Managed C++]
public: __property double get_ToleranceOnConvergence();
public: __property void set_ToleranceOnConvergence( double );
[Unmanaged C++]
public: HRESULT get_ToleranceOnConvergence(
    double * pVal
);
public: HRESULT put_ToleranceOnConvergence(
    double newVal
);
[Java]
public double getToleranceOnConvergence();
public void setToleranceOnConvergence(
    double
);
[Python - STK API ]
@property
def ToleranceOnConvergence(self) -> float:

@ToleranceOnConvergence.setter
def ToleranceOnConvergence(self, newVal:float) -> None:

See Also

© 2024 Analytical Graphics, Inc. All Rights Reserved.