- Timestamp:
- 09/15/11 16:26:41 (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/VRP/HeuristicLab.Problems.VehicleRouting/3.4/Encodings/Prins/Crossovers/PrinsPermutationCrossover.cs
r5867 r6771 52 52 53 53 protected override PrinsEncoding Crossover(IRandom random, PrinsEncoding parent1, PrinsEncoding parent2) { 54 if (parent1.Length != parent2.Length) 55 return parent1.Clone() as PrinsEncoding; 56 54 57 //note - the inner crossover is called here and the result is converted to a prins representation 55 58 //some refactoring should be done here in the future - the crossover operation should be called directly
Note: See TracChangeset
for help on using the changeset viewer.