Free cookie consent management tool by TermsFeed Policy Generator

Ignore:
Timestamp:
03/15/10 00:16:36 (14 years ago)
Author:
swagner
Message:

Fixed capitalization of algorithm names (#893)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/sources/HeuristicLab.Encodings.Permutation/3.3/Crossovers/EdgeRecombinationCrossover.cs

    r3017 r3026  
    3131  /// </summary>
    3232  /// <remarks>
    33   /// It is implemented as described in Whitley et.al. 1991, The Traveling Salesman and Sequence Scheduling, in Davis, L. (Ed.), Handbook ov Genetic Algorithms, New York, pp. 350-372.<br />
     33  /// It is implemented as described in Whitley et.al. 1991, The Traveling Salesman and Sequence Scheduling, in Davis, L. (Ed.), Handbook of Genetic Algorithms, New York, pp. 350-372.<br />
    3434  /// The operator first determines all cycles in the permutation and then composes the offspring by alternating between the cycles of the two parents.
    3535  /// </remarks>
    36   [Item("EdgeRecombinationCrossover", "An operator which performs the edge recombination crossover on two permutations. It is implemented as described in Whitley et.al. 1991, The Traveling Salesman and Sequence Scheduling, in Davis, L. (Ed.), Handbook ov Genetic Algorithms, New York, pp. 350-372.")]
     36  [Item("EdgeRecombinationCrossover", "An operator which performs the edge recombination crossover on two permutations. It is implemented as described in Whitley et.al. 1991, The Traveling Salesman and Sequence Scheduling, in Davis, L. (Ed.), Handbook of Genetic Algorithms, New York, pp. 350-372.")]
    3737  [StorableClass]
    3838  [Creatable("Test")]
Note: See TracChangeset for help on using the changeset viewer.