Free cookie consent management tool by TermsFeed Policy Generator

Changeset 8855


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

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

Location:
trunk/sources/HeuristicLab.Algorithms.RAPGA/3.3
Files:
2 edited

Legend:

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

    r8385 r8855  
    3434  /// An operator which analyzes the actual selection pressure.
    3535  /// </summary>
    36   [Item("PopulationSizeAnalyzer", "An operator which analyzes the actual selection pressure.")]
     36  [Item("SelectionPressureAnalyzer", "An operator which analyzes the actual selection pressure.")]
    3737  [StorableClass]
    3838  public sealed class SelectionPressureAnalyzer : AlgorithmOperator, IAnalyzer {
  • 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.