ShiftSearchRandomSeed Property

If the same random seed is used for an instance then the solver will always create the same final solution (as long as the same amount of time is used).

Definition

Namespace: SRS.ShiftSolver.Solvers
Assembly: ShiftSolver (in ShiftSolver.dll) Version: 2.3.0+2c0a765360648175f37b32b9a08ecd256c911c4c
C#
public int RandomSeed { get; set; }

Property Value

Int32

Implements

IShiftSolverRandomSeed

See Also