Free cookie consent management tool by TermsFeed Policy Generator

Changeset 1178


Ignore:
Timestamp:
01/27/09 13:26:57 (15 years ago)
Author:
abeham
Message:

fixed documentation

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/sources/HeuristicLab.Selection.OffspringSelection/WeightedOffspringFitnessComparer.cs

    r1177 r1178  
    2727
    2828namespace HeuristicLab.Selection.OffspringSelection {
     29  /// <summary>
     30  /// Analyzes the offspring on whether it is successful or not based on its quality in comparison to its parents' qualities.
     31  /// </summary>
    2932  public class WeightedOffspringFitnessComparer : OperatorBase  {
    30     /// <summary>
    31     /// Analyzes the offspring on whether it is successful or not based on its quality in comparison to its parents' qualities.
    32     /// </summary>
     33    /// <inheritdoc select="summary"/>
    3334    public override string Description {
    3435      get {
Note: See TracChangeset for help on using the changeset viewer.