Free cookie consent management tool by TermsFeed Policy Generator

Ignore:
Timestamp:
03/20/10 04:15:54 (14 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/ProportionalSelector.cs

    r3096 r3138  
    2525using HeuristicLab.Core;
    2626using HeuristicLab.Data;
     27using HeuristicLab.Optimization;
    2728using HeuristicLab.Parameters;
    2829using HeuristicLab.Persistence.Default.CompositeSerializers.Storable;
     
    3536  [StorableClass]
    3637  [Creatable("Test")]
    37   public sealed class ProportionalSelector : StochasticSingleObjectiveSelector {
     38  public sealed class ProportionalSelector : StochasticSingleObjectiveSelector, ISingleObjectiveSelector {
    3839    private ValueParameter<BoolValue> WindowingParameter {
    3940      get { return (ValueParameter<BoolValue>)Parameters["Windowing"]; }
Note: See TracChangeset for help on using the changeset viewer.