Gets the number of times the target or objective function was called by the algorithm.
Namespace: Extreme.Mathematics
Assembly: Extreme.Numerics.Net40 (in Extreme.Numerics.Net40.dll) Version: 4.2.11333.0 (4.2.12253.0)
Syntax
| C# |
public int EvaluationsNeeded { get; internal set; }
|
| Visual Basic (Declaration) |
Public Property EvaluationsNeeded As Integer
Get
Friend Set
|
| Visual C++ |
public:
property int EvaluationsNeeded {
int get ();
internal: void set (int value);
}
|
| F# |
member EvaluationsNeeded : int with get, internal set
|
See Also