Opened 11 years ago
Closed 11 years ago
#2324 closed defect (done)
Remove obsolete diversity analyzer and similarity calculator for symbolic data analysis
| Reported by: | bburlacu | Owned by: | mkommend |
|---|---|---|---|
| Priority: | medium | Milestone: | HeuristicLab 3.3.12 |
| Component: | Problems.DataAnalysis.Symbolic | Version: | 3.3.11 |
| Keywords: | Cc: |
Description
Two classes used for diversity calculation in symbolic data analysis problems, SymbolicDataAnalysisExpressionTreeSimilarityCalculator.cs and SymbolicDataAnalysisPopulationDiversityAnalyzer.cs were accidentally merged into the trunk (and then into stable).
These two files were actually not included into the project, therefore they can be safely removed.
Change History (6)
comment:1 Changed 11 years ago by bburlacu
- Status changed from new to accepted
comment:2 Changed 11 years ago by bburlacu
comment:3 Changed 11 years ago by bburlacu
comment:4 Changed 11 years ago by bburlacu
- Owner changed from bburlacu to mkommend
- Status changed from accepted to reviewing
comment:5 Changed 11 years ago by mkommend
- Status changed from reviewing to readytorelease
comment:6 Changed 11 years ago by mkommend
- Resolution set to done
- Status changed from readytorelease to closed
Note: See
TracTickets for help on using
tickets.



r12019: Removed the two obsolete files from the trunk.