Changeset 7438 for branches/GeneralizedQAP/HeuristicLab.Problems.GeneralizedQuadraticAssignment.Algorithms
- Timestamp:
- 02/01/12 13:28:54 (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/GeneralizedQAP/HeuristicLab.Problems.GeneralizedQuadraticAssignment.Algorithms/3.3/GRASPWithPathRelinking.cs
r7420 r7438 215 215 param.Depth = 1; 216 216 Analyzer.Operators.Add(a); 217 Analyzer.Operators.SetItemCheckedState(a, a.EnabledByDefault); 217 218 } 218 219 InitializeFromInstallation(LocalImprovementParameter, x => x.ProblemType.IsAssignableFrom(Problem.GetType()));
Note: See TracChangeset
for help on using the changeset viewer.