Free cookie consent management tool by TermsFeed Policy Generator

Ignore:
Timestamp:
03/20/10 04:15:54 (15 years ago)
Author:
swagner
Message:

Refactored interface implementations of selectors and reducers (#931).

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/sources/HeuristicLab.Selection/3.3/SingleObjectiveSelector.cs

    r3129 r3138  
    2222using HeuristicLab.Core;
    2323using HeuristicLab.Data;
    24 using HeuristicLab.Optimization;
    2524using HeuristicLab.Parameters;
    2625using HeuristicLab.Persistence.Default.CompositeSerializers.Storable;
     
    3231  [Item("SingleObjectiveSelector", "A base class for selection operators which consider a single double quality value for selection.")]
    3332  [StorableClass]
    34   public abstract class SingleObjectiveSelector : Selector, ISingleObjectiveSelector {
     33  public abstract class SingleObjectiveSelector : Selector {
    3534    protected ValueParameter<BoolValue> CopySelectedParameter {
    3635      get { return (ValueParameter<BoolValue>)Parameters["CopySelected"]; }
Note: See TracChangeset for help on using the changeset viewer.