Click or drag to resize

ShiftSearchMaxIterations Property

If this is set to a non-negative value then the algorithm will finish after this number of iterations (or when the MaxRunTime is reached if it is less than the time taken to complete the iterations). If the same RandomSeed is used then the same solution will be produced after the same number of iterations each time the solver is run. This means that this can be used for reproducible tests. The default value is -1, meaning that the solver is only limited by the MaxRunTime.

Namespace:  SRS.ShiftSolver.Solvers
Assembly:  ShiftSolver (in ShiftSolver.dll) Version: 2.2.0.0
Syntax
public int MaxIterations { get; set; }

Property Value

Type: Int32
See Also

www.staffrostersolutions.com | support