LocalSearchTotalEvaluations Property |
Returns the number of unique solutions created/tested by the algorithm.
Namespace:
ASAP.NRP.Solvers
Assembly:
NRP (in NRP.dll) Version: 3.49.0+539d3dcf73518163e952c8abb92256bf56ba5029
Syntaxpublic long TotalEvaluations { get; set; }
Public Property TotalEvaluations As Long
Get
Set
public:
virtual property long long TotalEvaluations {
long long get () sealed;
void set (long long value) sealed;
}
abstract TotalEvaluations : int64 with get, set
override TotalEvaluations : int64 with get, set
Property Value
Type:
Int64
See Also