Free cookie consent management tool by TermsFeed Policy Generator

Changeset 2856


Ignore:
Timestamp:
02/24/10 11:01:11 (15 years ago)
Author:
svonolfe
Message:

Added literature reference for CosaCrossover (#889)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/sources/HeuristicLab.Permutation/3.3/CosaCrossover.cs

    r2854 r2856  
    3333  /// it in the child on different positions depending on the second permutation array.
    3434  /// </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>
    3537  [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.")]
    3638  [EmptyStorableClass]
Note: See TracChangeset for help on using the changeset viewer.