Opened 10 years ago
Closed 10 years ago
#2342 closed enhancement (done)
Change ReductionOperation-Parameter of the DataReducer to ValueLookupParameter
Reported by: | pfleck | Owned by: | ascheibe |
---|---|---|---|
Priority: | medium | Milestone: | HeuristicLab 3.3.12 |
Component: | Operators | Version: | 3.3.11 |
Keywords: | Cc: |
Description
The Reduction- and TargetOperation of the DataReducer are ValueParameter. Therefore those operations can not be defined elsewhere (e.g. in an Algorithm) and then looked up for the DataReducer.
Change History (7)
comment:1 Changed 10 years ago by pfleck
- Status changed from new to accepted
comment:2 Changed 10 years ago by pfleck
comment:3 Changed 10 years ago by pfleck
- Owner changed from pfleck to ascheibe
- Status changed from accepted to reviewing
comment:4 Changed 10 years ago by ascheibe
- Owner changed from ascheibe to pfleck
- Status changed from reviewing to readytorelease
Reviewed the changes in r12072, looks good. I tested with a new IslandGA and loaded an old IslandGA from a file: works all fine. Thanks!
comment:5 Changed 10 years ago by mkommend
- Owner changed from pfleck to mkommend
- Status changed from readytorelease to reviewing
comment:6 Changed 10 years ago by mkommend
- Owner changed from mkommend to ascheibe
- Status changed from reviewing to readytorelease
comment:7 Changed 10 years ago by ascheibe
- Resolution set to done
- Status changed from readytorelease to closed
Note: See
TracTickets for help on using
tickets.
r12072 Changed ReductionOperation- and TargetOperation-Parameter to ValueLookupParameter. Added AfterDeserialization-Hook for BackwardsCompatibility.