#1025 closed defect (done)
Size and height of genetic programming trees are sometimes incorrect
Reported by: | gkronber | Owned by: | gkronber |
---|---|---|---|
Priority: | medium | Milestone: | HeuristicLab 3.3.0 |
Component: | ZZZ OBSOLETE: GP | Version: | 3.2 |
Keywords: | Cc: |
Description
Some trees can have negative size.
Change History (5)
comment:1 Changed 14 years ago by gkronber
- Status changed from new to assigned
comment:2 Changed 14 years ago by gkronber
comment:3 Changed 14 years ago by gkronber
- Resolution set to fixed
- Status changed from assigned to closed
comment:4 Changed 14 years ago by swagner
- Milestone changed from Iteration 4 to Current
Milestone Iteration 4 deleted
comment:11 Changed 14 years ago by swagner
- Milestone changed from Current to HeuristicLab 3.3.0
Milestone Current deleted
Note: See
TracTickets for help on using
tickets.
Removed fields for tree size and tree height in GeneticProgrammingModel instead iterate through the tree to determine the size/height whenever it is needed with r3873.