Changeset 2856
- Timestamp:
- 02/24/10 11:01:11 (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/sources/HeuristicLab.Permutation/3.3/CosaCrossover.cs
r2854 r2856 33 33 /// it in the child on different positions depending on the second permutation array. 34 34 /// </summary> 35 /// <remarks>It is implemented as described in Wendt, O. 1994. COSA: COoperative Simulated Annealing - Integration von Genetischen Algorithmen und Simulated Annealing am Beispiel der Tourenplanung. Dissertation Thesis.<br /> 36 /// </remarks> 35 37 [Item("CosaCrossover", "An operator which performs a crossover operation between two permutation arrays by taking randomly chosen reverse and forward intervals from the first permutation array inserting it in the child on different positions depending on the second permutation array.")] 36 38 [EmptyStorableClass]
Note: See TracChangeset
for help on using the changeset viewer.