Local SearchTotal Evaluations Property
Returns the number of unique solutions created/tested by the algorithm.
Definition
Namespace: ASAP.NRP.Solvers
Assembly: NRP (in NRP.dll) Version: 3.49.0+964b2dfb493dfda37da83e5373992cb1cc934e98
Assembly: NRP (in NRP.dll) Version: 3.49.0+964b2dfb493dfda37da83e5373992cb1cc934e98
C#
public long TotalEvaluations { get; set; }VB
Public Property TotalEvaluations As Long
Get
SetC++
public:
virtual property long long TotalEvaluations {
long long get () sealed;
void set (long long value) sealed;
}F#
abstract TotalEvaluations : int64 with get, set
override TotalEvaluations : int64 with get, set