#1214 closed defect (done)
Unit tests in symbolic expression tree encoding fail.
Reported by: | gkronber | Owned by: | gkronber |
---|---|---|---|
Priority: | low | Milestone: | HeuristicLab 3.3.1 |
Component: | Encodings.SymbolicExpressionTreeEncoding | Version: | 3.3.1 |
Keywords: | Cc: |
Description
Change History (6)
comment:1 Changed 13 years ago by gkronber
- Status changed from new to accepted
comment:2 Changed 13 years ago by gkronber
comment:3 Changed 13 years ago by gkronber
- Resolution set to done
- Status changed from accepted to closed
comment:4 Changed 13 years ago by swagner
- Version changed from 3.3.0 to 3.3.1
comment:5 Changed 13 years ago by swagner
- Milestone changed from Iteration 4 to Current
Milestone Iteration 4 deleted
comment:11 Changed 13 years ago by swagner
- Milestone changed from Current to HeuristicLab 3.3.0
Milestone Current deleted
Note: See
TracTickets for help on using
tickets.
Added a fix with r4524. The size of the manipulated tree is checked and only if the new tree fulfills the size requirements it is accepted otherwise the original tree is returned instead. Additionally the calculation of tree sizes is checked for overflows now.