Free cookie consent management tool by TermsFeed Policy Generator

Ignore:
Timestamp:
02/24/10 10:01:26 (14 years ago)
Author:
svonolfe
Message:

Ported ported permutation operators to HL 3.3 and added test cases (#889)

File:
1 edited

Legend:

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

    r2835 r2854  
    3434  /// If the length of the permutation is smaller than 15, the size of the segment is always equal to 3.
    3535  /// </remarks>
    36   [Item("MaximalPreservativeCrossover", "An operator which performs the maximal preservative crossover on two permutations as described in Mühlenbein, H. 1991. Evolution in time and space - the parallel genetic algorithm. FOUNDATIONS OF GENETIC ALGORITHMS, pp. 316-337. Morgan Kaufmann.")]
     36  [Item("MaximalPreservativeCrossover", "An operator which performs the maximal preservative crossover on two permutations.")]
    3737  [EmptyStorableClass]
    3838  [Creatable("Test")]
     
    131131    /// </summary>
    132132    /// <exception cref="InvalidOperationException">Thrown if there are not exactly two permutations in <paramref name="parents"/>.</exception>
    133     /// <param name="scope">The current scope.</param>
    134133    /// <param name="random">A random number generator.</param>
    135134    /// <param name="parents">An array containing the two permutations that should be crossed.</param>
Note: See TracChangeset for help on using the changeset viewer.