Free cookie consent management tool by TermsFeed Policy Generator

Ignore:
Timestamp:
10/30/12 09:39:27 (12 years ago)
Author:
jkarder
Message:

#1247: applied some of the changes suggested by ascheibe in comment:27:ticket:1247

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/sources/HeuristicLab.Algorithms.RAPGA/3.3/DuplicatesSelector.cs

    r8377 r8855  
    3737  [Item("DuplicatesSelector", "A selection operator which considers a single solution representation and selects duplicates. The remaining scope then contains unique solutions and the selected scope their duplicates.")]
    3838  [StorableClass]
    39   public sealed class DuplicatesSelector : SingleObjectiveSelector, ISingleObjectiveSelector, ISimilarityBasedOperator {
     39  public sealed class DuplicatesSelector : SingleObjectiveSelector, ISimilarityBasedOperator {
    4040    #region ISimilarityBasedOperator Members
    4141    [Storable]
Note: See TracChangeset for help on using the changeset viewer.