Changeset 14711 for branches/PersistenceOverhaul/HeuristicLab.Encodings.PermutationEncoding/3.3/Crossovers/CosaCrossover.cs
- Timestamp:
- 03/03/17 11:41:43 (8 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/PersistenceOverhaul/HeuristicLab.Encodings.PermutationEncoding/3.3/Crossovers/CosaCrossover.cs
r13368 r14711 36 36 /// </remarks> 37 37 [Item("CosaCrossover", "An operator which performs the crossover described in the COSA optimization method. 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. IWI Frankfurt.")] 38 [Storable Class("BE89CCF0-FABE-470A-B3BA-B59A217CDAE4")]38 [StorableType("BE89CCF0-FABE-470A-B3BA-B59A217CDAE4")] 39 39 public class CosaCrossover : PermutationCrossover { 40 40 [StorableConstructor]
Note: See TracChangeset
for help on using the changeset viewer.