Changeset 1178 for trunk/sources
- Timestamp:
- 01/27/09 13:26:57 (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/sources/HeuristicLab.Selection.OffspringSelection/WeightedOffspringFitnessComparer.cs
r1177 r1178 27 27 28 28 namespace 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> 29 32 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"/> 33 34 public override string Description { 34 35 get {
Note: See TracChangeset
for help on using the changeset viewer.