Changeset 6082
- Timestamp:
- 04/29/11 17:54:56 (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/histogram/HeuristicLab.Selection/3.3/GeneralizedRankSelector.cs
r6081 r6082 26 26 using HeuristicLab.Core; 27 27 using HeuristicLab.Data; 28 using HeuristicLab.Optimization; 28 29 using HeuristicLab.Parameters; 29 30 using HeuristicLab.Persistence.Default.CompositeSerializers.Storable; … … 35 36 [Item("GeneralizedRankSelector", "The generalized rank selection operator selects qualities by rank with a varying focus on better qualities. It is implemented as described in Tate, D. M. and Smith, A. E. 1995. A genetic approach to the quadratic assignment problem. Computers & Operations Research, vol. 22, pp. 73-83.")] 36 37 [StorableClass] 37 public sealed class GeneralizedRankSelector : StochasticSingleObjectiveSelector {38 public sealed class GeneralizedRankSelector : StochasticSingleObjectiveSelector, ISelector { 38 39 39 40 public IValueLookupParameter<DoubleValue> PressureParameter {
Note: See TracChangeset
for help on using the changeset viewer.