Opened 14 years ago
Closed 13 years ago
#1521 closed defect (done)
ConstantTreeNode does not respect min and max value of ConstantSymbol
Reported by: | mkommend | Owned by: | mkommend |
---|---|---|---|
Priority: | medium | Milestone: | HeuristicLab 3.3.5 |
Component: | Problems.DataAnalysis.Symbolic | Version: | 3.3.5 |
Keywords: | Cc: |
Description
This behavior is caused by a bug in the ResetLocalParameters methods.
Change History (7)
comment:1 Changed 14 years ago by mkommend
- Status changed from new to accepted
comment:2 Changed 14 years ago by mkommend
- Owner changed from mkommend to gkronber
- Status changed from accepted to reviewing
comment:3 Changed 14 years ago by gkronber
- Status changed from reviewing to readytorelease
Reviewed r6180.
comment:4 Changed 14 years ago by mkommend
- Owner changed from gkronber to mkommend
- Status changed from readytorelease to assigned
This change affects the SymbolicRegressionUnitTest which must be updated.
comment:5 Changed 14 years ago by mkommend
- Status changed from assigned to accepted
comment:6 Changed 14 years ago by mkommend
- Status changed from accepted to readytorelease
r6187: Updated SymbolicRegressionUnitTest.
comment:7 Changed 13 years ago by swagner
- Resolution set to done
- Status changed from readytorelease to closed
- Version changed from 3.3.4 to 3.3.5
Note: See
TracTickets for help on using
tickets.
r6180: Corrected bug in ConstantTreeNode.