- Timestamp:
- 03/03/17 11:41:43 (8 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/PersistenceOverhaul/HeuristicLab.Selection/3.3/NoSameMatesSelector.cs
r13368 r14711 38 38 /// </summary> 39 39 [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.\"")] 40 [Storable Class("59EB7042-98CF-4AA0-94B5-F904131FA6E1")]40 [StorableType("59EB7042-98CF-4AA0-94B5-F904131FA6E1")] 41 41 public class NoSameMatesSelector : StochasticSingleObjectiveSelector, ISingleObjectiveSelector { 42 42 private const string SelectorParameterName = "Selector";
Note: See TracChangeset
for help on using the changeset viewer.