Opened 10 years ago
Closed 10 years ago
#2310 closed defect (done)
The SymbolicExpressionTreeBottomUpSimilarityCalculator produces wrong results when the MatchConstantValues and MatchVariableWeights flags are disabled.
Reported by: | bburlacu | Owned by: | ascheibe |
---|---|---|---|
Priority: | medium | Milestone: | HeuristicLab 3.3.11 |
Component: | Problems.DataAnalysis.Symbolic | Version: | 3.3.10 |
Keywords: | Cc: |
Description
Relaxed matching does not work with the SymbolicExpressionTreeBottomUpSimilarityCalculator. The algorithm produces the wrong mappings leading to similarity values over 1.
Change History (8)
comment:1 Changed 10 years ago by bburlacu
- Owner set to bburlacu
- Status changed from new to assigned
comment:2 Changed 10 years ago by bburlacu
- Status changed from assigned to accepted
comment:3 Changed 10 years ago by bburlacu
- Owner changed from bburlacu to jkarder
- Status changed from accepted to readytorelease
comment:4 Changed 10 years ago by jkarder
- Owner changed from jkarder to ascheibe
- Status changed from readytorelease to reviewing
comment:5 Changed 10 years ago by jkarder
Please review this ticket first.
comment:6 Changed 10 years ago by bburlacu
r11951: Updated unit test.
comment:7 Changed 10 years ago by ascheibe
- Status changed from reviewing to readytorelease
comment:8 Changed 10 years ago by ascheibe
- Resolution set to done
- Status changed from readytorelease to closed
Note: See
TracTickets for help on using
tickets.
r11950: SymbolicExpressionTreeBottomUpSimilarityCalculator: Removed flags for relaxed matching.