Changes between Version 4 and Version 5 of Ticket #2332
- Timestamp:
- 02/23/15 17:59:37 (10 years ago)
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 class1 * Quality and maximization parameters are not needed in SingleObjectivePopulationDiversityAnalyzer 2 2 * The SimilarityCalculator should be a ConstrainedValueParameter 3 * The name should be changed to PopulationSimilarityAnalyzer4 * Performance improvement: Add parameter that defines how crow ed 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: 5 5 * only one triangle (commutative) 6 6 * both triangle (noncommutative) 7 * Properly overload Equals and GetHashCode methods of similarity calculators