Free cookie consent management tool by TermsFeed Policy Generator

Changes between Version 4 and Version 5 of Ticket #2332


Ignore:
Timestamp:
02/23/15 17:59:37 (9 years ago)
Author:
jkarder
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #2332

    • Property Summary changed from Improve PopulationDiversityAnalyzer to Overhaul operators for similarity calculation and analysis
  • Ticket #2332 – Description

    v4 v5  
    1 * No quality/maximization parameter is needed in the base class
     1* Quality and maximization parameters are not needed in SingleObjectivePopulationDiversityAnalyzer
    22* The SimilarityCalculator should be a ConstrainedValueParameter
    3 * The name should be changed to PopulationSimilarityAnalyzer
    4 * Performance improvement: Add parameter that defines how crowed similarity is calculated:
     3* The name of the SingleObjectivePopulationDiversityAnalyzer should be changed to PopulationSimilarityAnalyzer
     4* Performance improvement: Add parameter that defines how crowd similarity is calculated:
    55  * only one triangle (commutative)
    66  * both triangle (noncommutative)
     7* Properly overload Equals and GetHashCode methods of similarity calculators