- Timestamp:
- 10/04/19 17:31:54 (5 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/2521_ProblemRefactoring/HeuristicLab.Problems.GrammaticalEvolution/3.4/ArtificialAnt/GEArtificialAntProblem.cs
r17270 r17320 23 23 24 24 using System.Linq; 25 using System.Threading; 25 26 using HEAL.Attic; 26 27 using HeuristicLab.Common; … … 95 96 96 97 private readonly object syncRoot = new object(); 97 public override double Evaluate(IntegerVector solution, IRandom random ) {98 public override double Evaluate(IntegerVector solution, IRandom random, CancellationToken cancellationToken) { 98 99 var bounds = Encoding.Bounds; 99 100 var len = Encoding.Length;
Note: See TracChangeset
for help on using the changeset viewer.