Changeset 9363 for branches/OaaS/HeuristicLab.Analysis/3.3/PopulationDiversityAnalysis/PopulationDiversityAnalyzer.cs
- Timestamp:
- 04/16/13 13:13:41 (12 years ago)
- Location:
- branches/OaaS
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/OaaS
- Property svn:ignore
-
old new 21 21 protoc.exe 22 22 _ReSharper.HeuristicLab 3.3 Tests 23 Google.ProtocolBuffers-2.4.1.473.dll 23 24 packages
-
- Property svn:mergeinfo changed
- Property svn:ignore
-
branches/OaaS/HeuristicLab.Analysis
- Property svn:mergeinfo changed
-
branches/OaaS/HeuristicLab.Analysis/3.3/PopulationDiversityAnalysis/PopulationDiversityAnalyzer.cs
r7259 r9363 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.