Changeset 14711 for branches/PersistenceOverhaul/HeuristicLab.Analysis/3.3/PopulationSimilarityAnalysis
- Timestamp:
- 03/03/17 11:41:43 (8 years ago)
- Location:
- branches/PersistenceOverhaul/HeuristicLab.Analysis/3.3/PopulationSimilarityAnalysis
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/PersistenceOverhaul/HeuristicLab.Analysis/3.3/PopulationSimilarityAnalysis/PopulationDiversityAnalyzer.cs
r13368 r14711 39 39 [Obsolete] 40 40 [Item("PopulationDiversityAnalyzer", "An operator for analyzing the solution diversity in a population.")] 41 [Storable Class("39C7FFC0-2AC1-4D9B-9A9F-0209FC56394C")]41 [StorableType("39C7FFC0-2AC1-4D9B-9A9F-0209FC56394C")] 42 42 public abstract class PopulationDiversityAnalyzer<T> : SingleSuccessorOperator, IAnalyzer, ISingleObjectiveOperator where T : class, IItem { 43 43 public virtual bool EnabledByDefault { -
branches/PersistenceOverhaul/HeuristicLab.Analysis/3.3/PopulationSimilarityAnalysis/PopulationSimilarityAnalyzer.cs
r13368 r14711 36 36 /// </summary> 37 37 [Item("PopulationSimilarityAnalyzer", "An operator for analyzing the solution similarity in a population.")] 38 [Storable Class("2FF91E05-6ACD-4098-8A29-57885989077E")]38 [StorableType("2FF91E05-6ACD-4098-8A29-57885989077E")] 39 39 public class PopulationSimilarityAnalyzer : SingleSuccessorOperator, IAnalyzer, ISimilarityBasedOperator { 40 40 private const string DiversityResultNameParameterName = "DiversityResultsName"; -
branches/PersistenceOverhaul/HeuristicLab.Analysis/3.3/PopulationSimilarityAnalysis/SingleObjectivePopulationDiversityAnalyzer.cs
r13368 r14711 36 36 [NonDiscoverableType] 37 37 [Item("SingleObjectivePopulationDiversityAnalyzer", "An operator for analyzing the solution diversity in a population.")] 38 [Storable Class("B5353C46-7738-4A8D-9B19-BBA3506EFAD1")]38 [StorableType("B5353C46-7738-4A8D-9B19-BBA3506EFAD1")] 39 39 public class SingleObjectivePopulationDiversityAnalyzer : PopulationSimilarityAnalyzer { 40 40 [StorableConstructor]
Note: See TracChangeset
for help on using the changeset viewer.