Changeset 3160 for trunk/sources/HeuristicLab.Encodings.PermutationEncoding/3.3/Crossovers/OrderCrossover.cs
- Timestamp:
- 03/22/10 03:25:21 (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/sources/HeuristicLab.Encodings.PermutationEncoding/3.3/Crossovers/OrderCrossover.cs
r3053 r3160 36 36 [Item("OrderCrossover", "An operator which performs an order crossover of two permutations. It is implemented as described in Eiben, A.E. and Smith, J.E. 2003. Introduction to Evolutionary Computation. Natural Computing Series, Springer-Verlag Berlin Heidelberg.")] 37 37 [StorableClass] 38 [Creatable("Test")]39 38 public class OrderCrossover : PermutationCrossover { 40 39 /// <summary>
Note: See TracChangeset
for help on using the changeset viewer.