Opened 12 years ago
Closed 12 years ago
#1969 closed defect (done)
UniformOnePositionManipulator should not include the upper bound
Reported by: | abeham | Owned by: | abeham |
---|---|---|---|
Priority: | medium | Milestone: | HeuristicLab 3.3.8 |
Component: | Encodings.IntegerVectorEncoding | Version: | 3.3.8 |
Keywords: | Cc: |
Description
Change History (5)
comment:1 Changed 12 years ago by abeham
- Status changed from new to accepted
- Summary changed from UniformOnePositionManipulator includes the upper bound to UniformOnePositionManipulator should not include the upper bound
comment:2 Changed 12 years ago by abeham
- Owner changed from abeham to ascheibe
- Status changed from accepted to reviewing
comment:3 Changed 12 years ago by ascheibe
Vitaly has already tested the changes and confirmed that it is now working for him.
comment:4 Changed 12 years ago by ascheibe
- Owner changed from ascheibe to abeham
- Status changed from reviewing to readytorelease
Thanks, looks good to me!
comment:5 Changed 12 years ago by swagner
- Resolution set to done
- Status changed from readytorelease to closed
- Version changed from 3.3.7 to 3.3.8
Note: See
TracTickets for help on using
tickets.
r8790: Made sure max is exclusive and always a feasible value (a multiple of step + min)