Changeset 8855
- Timestamp:
- 10/30/12 09:39:27 (12 years ago)
- 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 34 34 /// An operator which analyzes the actual selection pressure. 35 35 /// </summary> 36 [Item(" PopulationSizeAnalyzer", "An operator which analyzes the actual selection pressure.")]36 [Item("SelectionPressureAnalyzer", "An operator which analyzes the actual selection pressure.")] 37 37 [StorableClass] 38 38 public sealed class SelectionPressureAnalyzer : AlgorithmOperator, IAnalyzer { -
trunk/sources/HeuristicLab.Algorithms.RAPGA/3.3/DuplicatesSelector.cs
r8377 r8855 37 37 [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.")] 38 38 [StorableClass] 39 public sealed class DuplicatesSelector : SingleObjectiveSelector, ISi ngleObjectiveSelector, ISimilarityBasedOperator {39 public sealed class DuplicatesSelector : SingleObjectiveSelector, ISimilarityBasedOperator { 40 40 #region ISimilarityBasedOperator Members 41 41 [Storable]
Note: See TracChangeset
for help on using the changeset viewer.