Changeset 6035
- Timestamp:
- 04/20/11 11:08:56 (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/sources/HeuristicLab.Selection/3.3/NoSameMatesSelector.cs
r5975 r6035 12 12 namespace HeuristicLab.Selection { 13 13 /// <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." 15 17 /// </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.\"")] 17 19 [StorableClass] 18 20 public class NoSameMatesSelector : StochasticSingleObjectiveSelector, ISingleObjectiveSelector {
Note: See TracChangeset
for help on using the changeset viewer.