Free cookie consent management tool by TermsFeed Policy Generator

Ignore:
Timestamp:
11/20/12 12:19:11 (11 years ago)
Author:
bburlacu
Message:

#1890: Reverted changes for HeuristicLab.Algorithms.RAPGA/3.3/DuplicatesSelector.cs.

File:
1 edited

Legend:

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

    r8924 r8926  
    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.