Free cookie consent management tool by TermsFeed Policy Generator

Ignore:
Timestamp:
07/21/16 04:57:29 (8 years ago)
Author:
jkarder
Message:

#2639: reverted r14106, r14129 and r14135 ...

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/sources/HeuristicLab.Problems.QuadraticAssignment/3.3/Analyzers/QAPPopulationDiversityAnalyzer.cs

    r14106 r14137  
    3434  [Item("QAPPopulationDiversityAnalyzer", "An operator for analyzing the diversity of solutions of Quadratic Assignment Problems regarding their structural identity (number of equal facilty->location assignments).")]
    3535  [StorableClass]
    36 #pragma warning disable 0612
    3736  public sealed class QAPPopulationDiversityAnalyzer : PopulationDiversityAnalyzer<Permutation> {
    38 #pragma warning restore 0612
    3937    public IValueParameter<BoolValue> UsePhenotypeSimilarityParameter {
    4038      get { return (IValueParameter<BoolValue>)Parameters["UsePhenotypeSimilarity"]; }
Note: See TracChangeset for help on using the changeset viewer.