Ticket #1427 (closed enhancement: done)
Move actual value caching down to those parameters where it is required
| Reported by: | swagner | Owned by: | mkommend |
|---|---|---|---|
| Priority: | highest | Milestone: | HeuristicLab 3.3.8 |
| Component: | Parameters | Version: | 3.3.8 |
| Keywords: | Cc: |
Description
Currently caching of actual values is implemented in Parameter. However, actual value caching is not reasonable for all kinds of parameters. Therefore it should be removed from Parameter and should be implemented only in those parameters where it is really required.
Change History
comment:2 Changed 4 months ago by mkommend
- Owner changed from swagner to mkommend
- Status changed from new to accepted
- Milestone changed from HeuristicLab 3.3.x Backlog to HeuristicLab 3.3.8
comment:3 Changed 4 months ago by mkommend
r9195: Moved actual value caching and execution contexts from Paramater to LookupParameter.
comment:4 Changed 3 months ago by mkommend
- Owner changed from mkommend to swagner
- Status changed from accepted to reviewing
Note: See
TracTickets for help on using
tickets.
