Changeset 13469 for branches/ProblemRefactoring/HeuristicLab.Problems.QuadraticAssignment.Algorithms
- Timestamp:
- 12/15/15 15:16:24 (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
TabularUnified branches/ProblemRefactoring/HeuristicLab.Problems.QuadraticAssignment.Algorithms/3.3/RobustTabooSearch.cs ΒΆ
r13396 r13469 395 395 private void ParameterizeOperators() { 396 396 if (Problem != null) { 397 solutionsCreator.SolutionCreatorParameter.ActualName = Problem.SolutionCreatorParameter.Name;397 solutionsCreator.SolutionCreatorParameter.ActualName = base.Problem.SolutionCreatorParameter.Name; 398 398 solutionsCreator.EvaluatorParameter.ActualName = Problem.EvaluatorParameter.Name; 399 399
Note: See TracChangeset
for help on using the changeset viewer.