Opened 9 years ago
Closed 9 years ago
#2451 closed defect (done)
(Integer|Real)VectorEncoding constructor fails when individual bounds per dimension are used
Reported by: | abeham | Owned by: | abeham |
---|---|---|---|
Priority: | high | Milestone: | HeuristicLab 3.3.13 |
Component: | Encodings.IntegerVectorEncoding | Version: | 3.3.12 |
Keywords: | Cc: |
Description
The LengthParameter property is set before the BoundsParameter property which triggers a configuration of operators. Only the private variables should be set in the constructor.
Change History (4)
comment:1 Changed 9 years ago by abeham
- Owner set to abeham
- Status changed from new to accepted
comment:2 Changed 9 years ago by abeham
- Owner changed from abeham to mkommend
- Status changed from accepted to reviewing
comment:3 Changed 9 years ago by mkommend
- Owner changed from mkommend to abeham
- Status changed from reviewing to readytorelease
Reviewed r12837.
comment:4 Changed 9 years ago by abeham
- Resolution set to done
- Status changed from readytorelease to closed
Note: See
TracTickets for help on using
tickets.
r12837: Fixed bug in constructor