Changeset 8720 for trunk/sources/HeuristicLab.Analysis
- Timestamp:
- 10/02/12 18:59:15 (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/sources/HeuristicLab.Analysis/3.3/PopulationDiversityAnalysis/PopulationDiversityAnalyzer.cs
r7259 r8720 31 31 32 32 namespace HeuristicLab.Analysis { 33 // use HeuristicLab.Analysis.SingleObjectivePopulationDiversityAnalyzer instead 34 // BackwardsCompatibility3.3 35 #region Backwards compatible code, remove with 3.4 33 36 /// <summary> 34 37 /// An operator for analyzing the solution diversity in a population. 35 38 /// </summary> 39 [Obsolete] 36 40 [Item("PopulationDiversityAnalyzer", "An operator for analyzing the solution diversity in a population.")] 37 41 [StorableClass] … … 245 249 protected abstract double[,] CalculateSimilarities(T[] solutions); 246 250 } 251 #endregion 247 252 }
Note: See TracChangeset
for help on using the changeset viewer.