IShiftSolverTotalEvaluations Property

Gets the number of individual solutions evaluated by the solver. (NB this is not possible to count for all solvers and depends on the type of algorithms used).

Definition

Namespace: SRS.ShiftSolver.Solvers
Assembly: ShiftSolver (in ShiftSolver.dll) Version: 2.3.0+2c0a765360648175f37b32b9a08ecd256c911c4c
C#
long TotalEvaluations { get; }

Property Value

Int64

See Also