AGI STK Astrogator 11Send comments on this topic.
ToleranceOnObjectiveFunction Property (IAgVAProfileDEOptimizer)
See Also 
Windows






Windows & Linux

Description

[Support Removed] Tolerance on objective function. Dimensionless.

Property type

Read-write property

Syntax

[Visual Basic .NET]
Public Property ToleranceOnObjectiveFunction() As Double
[C#]
public double ToleranceOnObjectiveFunction {get; set;}
[Managed C++]
public: __property double get_ToleranceOnObjectiveFunction();
public: __property void set_ToleranceOnObjectiveFunction(
   double
);
[Unmanaged C++]
public: HRESULT get_ToleranceOnObjectiveFunction(
   double * pRetVal
);
public: HRESULT put_ToleranceOnObjectiveFunction(
   double NewToleranceOnObjectiveFunction
);
[Java]
public double getToleranceOnObjectiveFunction();public void setToleranceOnObjectiveFunction(
   double
);

See Also

© 2018 Analytical Graphics, Inc. All Rights Reserved.