Changeset 17356 for branches/2521_ProblemRefactoring/HeuristicLab.Tests/HeuristicLab-3.3/Samples/GAGroupingProblemSampleTest.cs
- Timestamp:
- 11/20/19 14:32:01 (5 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/2521_ProblemRefactoring/HeuristicLab.Tests/HeuristicLab-3.3/Samples/GAGroupingProblemSampleTest.cs
r17226 r17356 40 40 using System.Linq; 41 41 using System.Collections.Generic; 42 using System.Threading; 42 43 using HeuristicLab.Common; 43 44 using HeuristicLab.Core; … … 63 64 } 64 65 65 public override double Evaluate(LinearLinkage solution, IRandom random ) {66 public override double Evaluate(LinearLinkage solution, IRandom random, CancellationToken token) { 66 67 var penalty = 0; 67 68 var groups = solution.GetGroups().ToList();
Note: See TracChangeset
for help on using the changeset viewer.