Class Local1ShiftTurn
A local search procedure to optimize turns.
Inheritance
System.Object
Local1ShiftTurn
Namespace: System.Dynamic.ExpandoObject
Assembly: cs.temp.dll.dll
Syntax
public class Local1ShiftTurn : IOperator<float, TSPTWProblem, TSPTWObjective, Tour, float>
Properties
Name
Returns the name of the operator.
Declaration
public string Name { get; }
Property Value
|
System.String
|
Methods
Apply(TSPTWProblem, TSPTWObjective, Tour, out Single)
Applies this operator.
Declaration
public bool Apply(TSPTWProblem problem, TSPTWObjective objective, Tour solution, out float delta)
Parameters
|
TSPTWProblem
problem
|
|
TSPTWObjective
objective
|
|
Tour
solution
|
|
System.Single
delta
|
Returns
|
System.Boolean
|
Supports(TSPTWObjective)
Declaration
public bool Supports(TSPTWObjective objective)
Parameters
|
TSPTWObjective
objective
|
Returns
|
System.Boolean
|