# # ChangeLog for branches/QAP/HeuristicLab.Encodings.PermutationEncoding/3.3/Moves/Swap2/Swap2MoveGenerator.cs # # Generated by Trac 1.0.12 # 09/15/24 13:31:36 Mon, 28 Mar 2011 13:34:30 GMT abeham [5838] * branches/QAP/HeuristicLab.Analysis.Views/3.3 (modified) * branches/QAP/HeuristicLab.Analysis.Views/3.3/DataTableView.Designer.cs (modified) * branches/QAP/HeuristicLab.Encodings.PermutationEncoding/3.3/HeuristicLab.Encodings.PermutationEncoding-3.3.csproj (modified) * branches/QAP/HeuristicLab.Encodings.PermutationEncoding/3.3/Interfaces/IPermutationSwapMoveOperator.cs (modified) * branches/QAP/HeuristicLab.Encodings.PermutationEncoding/3.3/Moves/Swap2 (moved) * branches/QAP/HeuristicLab.Encodings.PermutationEncoding/3.3/Moves/Swap2/ExhaustiveSwap2MoveGenerator.cs (added) * branches/QAP/HeuristicLab.Encodings.PermutationEncoding/3.3/Moves/Swap/ExhaustiveSwapMoveGenerator.cs (deleted) * branches/QAP/HeuristicLab.Encodings.PermutationEncoding/3.3/Moves/Swap2/StochasticSwap2MultiMoveGenerator.cs (added) * branches/QAP/HeuristicLab.Encodings.PermutationEncoding/3.3/Moves/Swap2/StochasticSwap2SingleMoveGenerator.cs (added) * branches/QAP/HeuristicLab.Encodings.PermutationEncoding/3.3/Moves/Swap/StochasticSwapMultiMoveGenerator.cs (deleted) * branches/QAP/HeuristicLab.Encodings.PermutationEncoding/3.3/Moves/Swap/StochasticSwapSingleMoveGenerator.cs (deleted) * branches/QAP/HeuristicLab.Encodings.PermutationEncoding/3.3/Moves/Swap2/Swap2Move.cs (added) * branches/QAP/HeuristicLab.Encodings.PermutationEncoding/3.3/Moves/Swap2/Swap2MoveAbsoluteAttribute.cs (added) * branches/QAP/HeuristicLab.Encodings.PermutationEncoding/3.3/Moves/Swap2/Swap2MoveGenerator.cs (added) * branches/QAP/HeuristicLab.Encodings.PermutationEncoding/3.3/Moves/Swap2/Swap2MoveHardTabuCriterion.cs (added) * branches/QAP/HeuristicLab.Encodings.PermutationEncoding/3.3/Moves/Swap2/Swap2MoveMaker.cs (added) * branches/QAP/HeuristicLab.Encodings.PermutationEncoding/3.3/Moves/Swap2/Swap2MoveRelativeAttribute.cs (added) * branches/QAP/HeuristicLab.Encodings.PermutationEncoding/3.3/Moves/Swap2/Swap2MoveSoftTabuCriterion.cs (added) * branches/QAP/HeuristicLab.Encodings.PermutationEncoding/3.3/Moves/Swap2/Swap2MoveTabuMaker.cs (added) * branches/QAP/HeuristicLab.Encodings.PermutationEncoding/3.3/Moves/Swap/SwapMove.cs (deleted) * branches/QAP/HeuristicLab.Encodings.PermutationEncoding/3.3/Moves/Swap/SwapMoveAbsoluteAttribute.cs (deleted) * branches/QAP/HeuristicLab.Encodings.PermutationEncoding/3.3/Moves/Swap/SwapMoveGenerator.cs (deleted) * branches/QAP/HeuristicLab.Encodings.PermutationEncoding/3.3/Moves/Swap/SwapMoveHardTabuCriterion.cs (deleted) * branches/QAP/HeuristicLab.Encodings.PermutationEncoding/3.3/Moves/Swap/SwapMoveMaker.cs (deleted) * branches/QAP/HeuristicLab.Encodings.PermutationEncoding/3.3/Moves/Swap/SwapMoveRelativeAttribute.cs (deleted) * branches/QAP/HeuristicLab.Encodings.PermutationEncoding/3.3/Moves/Swap/SwapMoveSoftTabuCriterion.cs (deleted) * branches/QAP/HeuristicLab.Encodings.PermutationEncoding/3.3/Moves/Swap/SwapMoveTabuMaker.cs (deleted) * branches/QAP/HeuristicLab.Encodings.PermutationEncoding/3.3/Moves/ThreeIndexMove.cs (modified) * branches/QAP/HeuristicLab.Encodings.PermutationEncoding/3.3/Moves/TwoIndexMove.cs (modified) * branches/QAP/HeuristicLab.Problems.QuadraticAssignment.Views/3.3/QuadraticAssignmentProblemView.Designer.cs (modified) * branches/QAP/HeuristicLab.Problems.QuadraticAssignment.Views/3.3/QuadraticAssignmentProblemView.cs (modified) * branches/QAP/HeuristicLab.Problems.QuadraticAssignment/3.3/Analyzers/BestQAPSolutionAnalyzer.cs (modified) * branches/QAP/HeuristicLab.Problems.QuadraticAssignment/3.3/Evaluators/QAPEvaluator.cs (modified) * branches/QAP/HeuristicLab.Problems.QuadraticAssignment/3.3/Evaluators/QAPInversionMoveEvaluator.cs (modified) * branches/QAP/HeuristicLab.Problems.QuadraticAssignment/3.3/Evaluators/QAPMoveEvaluator.cs (modified) * branches/QAP/HeuristicLab.Problems.QuadraticAssignment/3.3/Evaluators/QAPSwapMoveEvaluator.cs (modified) * branches/QAP/HeuristicLab.Problems.QuadraticAssignment/3.3/Evaluators/QAPTranslocationMoveEvaluator.cs (modified) * branches/QAP/HeuristicLab.Problems.QuadraticAssignment/3.3/Interfaces/IQAPEvaluator.cs (modified) * branches/QAP/HeuristicLab.Problems.QuadraticAssignment/3.3/Interfaces/IQAPMoveEvaluator.cs (modified) * branches/QAP/HeuristicLab.Problems.QuadraticAssignment/3.3/Parsers/QAPLIBParser.cs (modified) * branches/QAP/HeuristicLab.Problems.QuadraticAssignment/3.3/Parsers/QAPLIBSolutionParser.cs (modified) * branches/QAP/HeuristicLab.Problems.QuadraticAssignment/3.3/Plugin.cs.frame (modified) * branches/QAP/HeuristicLab.Problems.QuadraticAssignment/3.3/QAPAssignment.cs (modified) * branches/QAP/HeuristicLab.Problems.QuadraticAssignment/3.3/QuadraticAssignmentProblem.cs (modified) * branches/QAP/HeuristicLab.Problems.QuadraticAssignment/3.3/Tests/QAPLIBInstancesTest.cs (modified) * branches/QAP/HeuristicLab.Problems.QuadraticAssignment/3.3/Tests/QAPMoveEvaluatorTest.cs (modified) #1330 * Renamed the !DistanceMatrix parameter to Distances * ...