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





Description

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

© 2016 Analytical Graphics, Inc. All Rights Reserved.

STK Programming Interface 11.0.1