Share via


ConstraintSolverParams.LocalSearchMove Enumeration

[This documentation is for preview only, and is subject to change in later releases. Blank topics are included as placeholders.]

Defines the heuristics for moves in a local search.

Namespace:  Microsoft.SolverFoundation.Solvers
Assembly:  Microsoft.Solver.Foundation (in Microsoft.Solver.Foundation.dll)

Syntax

'Declaration
Public Enumeration LocalSearchMove
public enum LocalSearchMove
public enum class LocalSearchMove
type LocalSearchMove
public enum LocalSearchMove

Members

Member name Description
Any The solver chooses the move heuristics.
Greedy Violation-guided greedy move.
SimulatedAnnealing Simulated annealing.
GreedyNoise Violation-guided greedy with noise.
Tabu Violation-guided with tabu and escape strategy.
Gradients Gradient-guided with tabu and escape strategy.

See Also

Reference

Microsoft.SolverFoundation.Solvers Namespace