Free cookie consent management tool by TermsFeed Policy Generator

Ignore:
Timestamp:
10/02/12 18:59:15 (12 years ago)
Author:
jkarder
Message:

#1899: applied the changes suggested by ascheibe in comment:6:ticket:1899

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/sources/HeuristicLab.Analysis/3.3/PopulationDiversityAnalysis/PopulationDiversityAnalyzer.cs

    r7259 r8720  
    3131
    3232namespace HeuristicLab.Analysis {
     33  // use HeuristicLab.Analysis.SingleObjectivePopulationDiversityAnalyzer instead
     34  // BackwardsCompatibility3.3
     35  #region Backwards compatible code, remove with 3.4
    3336  /// <summary>
    3437  /// An operator for analyzing the solution diversity in a population.
    3538  /// </summary>
     39  [Obsolete]
    3640  [Item("PopulationDiversityAnalyzer", "An operator for analyzing the solution diversity in a population.")]
    3741  [StorableClass]
     
    245249    protected abstract double[,] CalculateSimilarities(T[] solutions);
    246250  }
     251  #endregion
    247252}
Note: See TracChangeset for help on using the changeset viewer.