Opened 10 years ago
Closed 10 years ago
#2248 closed defect (done)
Add missing parameters for strategy vector operators
Reported by: | abeham | Owned by: | abeham |
---|---|---|---|
Priority: | medium | Milestone: | HeuristicLab 3.3.11 |
Component: | Encodings.RealVectorEncoding | Version: | 3.3.10 |
Keywords: | Cc: |
Description
The strategy parameter itself is missing from the interfaces.
Change History (6)
comment:1 Changed 10 years ago by abeham
- Status changed from new to accepted
comment:2 Changed 10 years ago by abeham
- Owner changed from abeham to ascheibe
- Status changed from accepted to reviewing
comment:3 Changed 10 years ago by ascheibe
- Owner changed from ascheibe to abeham
- Status changed from reviewing to assigned
Reviewed r11394: You have changed the strategy operator interfaces to inherit IItem. Because this interface is only for operators, i would opt for IOperator as base interface and not IItem. Or is there a reason why this has to be an IItem?
comment:4 Changed 10 years ago by abeham
- Status changed from assigned to reviewing
r11818: Changed inheritance of IIntegerVectorStdDevStrategyParameterOperator from IItem to IOperator
The inheritance of the corresponding real-vector operator was already done by mkommend in #2275. I closed his ticket as duplicate and will release the change here instead.
Changes to be released in this ticket: r11394, r11549, r11818
comment:5 Changed 10 years ago by abeham
- Status changed from reviewing to readytorelease
comment:6 Changed 10 years ago by abeham
- Resolution set to done
- Status changed from readytorelease to closed
r11904: merged to stable
r11394: added missing parameters