Changeset 15700 for branches/1614_GeneralizedQAP/HeuristicLab.Problems.GeneralizedQuadraticAssignment.Algorithms/3.3/GRASP
- Timestamp:
- 01/31/18 18:14:33 (7 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/1614_GeneralizedQAP/HeuristicLab.Problems.GeneralizedQuadraticAssignment.Algorithms/3.3/GRASP/GRASP.cs
r15616 r15700 153 153 base.Initialize(cancellationToken); 154 154 155 Context.Problem = Problem; 156 Context.BestQuality = double.NaN; 155 Context.Problem = Problem; 157 156 Context.BestSolution = null; 158 157 … … 164 163 165 164 protected override void Run(CancellationToken cancellationToken) { 165 base.Run(cancellationToken); 166 166 var eq = new IntegerVectorEqualityComparer(); 167 167 var lastUpdate = ExecutionTime;
Note: See TracChangeset
for help on using the changeset viewer.