Free cookie consent management tool by TermsFeed Policy Generator

Changeset 6035


Ignore:
Timestamp:
04/20/11 11:08:56 (13 years ago)
Author:
gkronber
Message:

#1364 added reference to no same mates paper by Gustafson

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/sources/HeuristicLab.Selection/3.3/NoSameMatesSelector.cs

    r5975 r6035  
    1212namespace HeuristicLab.Selection {
    1313  /// <summary>
    14   /// A selector which tries to select two parents which differ in quality.
     14  /// A selector which tries to select two parents which differ in quality
     15  /// as described in: "S. Gustafson, E. K. Burke, N. Krasnogor, On improving genetic programming for symbolic regression,
     16  /// The 2005 IEEE Congress on Evolutionary Computation, pp. 912-919, 2005."
    1517  /// </summary>
    16   [Item("NoSameMatesSelector", "A selector which tries to select two parents which differ in quality.")]
     18  [Item("NoSameMatesSelector", "A selector which tries to select two parents which differ in quality as described in: \"S. Gustafson, E. K. Burke, N. Krasnogor, On improving genetic programming for symbolic regression, The 2005 IEEE Congress on Evolutionary Computation, pp. 912-919, 2005.\"")]
    1719  [StorableClass]
    1820  public class NoSameMatesSelector : StochasticSingleObjectiveSelector, ISingleObjectiveSelector {
Note: See TracChangeset for help on using the changeset viewer.