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






Windows & Linux

Description

[Support Removed] The maximum number of evaluations of the target sequence allowed. Dimensionless.

Property type

Read-write property

Syntax

[Visual Basic .NET]
Public Property MaxEvaluations() As Integer
[C#]
public int MaxEvaluations {get; set;}
[Managed C++]
public: __property int get_MaxEvaluations();
public: __property void set_MaxEvaluations(
   int
);
[Unmanaged C++]
public: HRESULT get_MaxEvaluations(
   long * pRetVal
);
public: HRESULT put_MaxEvaluations(
   long NewMaxEvaluations
);
[Java]
public int getMaxEvaluations();public void setMaxEvaluations(
   int
);

See Also

© 2018 Analytical Graphics, Inc. All Rights Reserved.