Opened 14 years ago
Closed 14 years ago
#1360 closed enhancement (done)
Reduce memory and persistence footprint of SingleObjectiveTestFunctionSolution
Reported by: | swagner | Owned by: | abeham |
---|---|---|---|
Priority: | medium | Milestone: | HeuristicLab 3.3.3 |
Component: | Problems.TestFunctions | Version: | 3.3.3 |
Keywords: | Cc: |
Description (last modified by swagner)
In the SingleObjectiveTestFunctionSolution the whole population is referenced in order to be able to visualize all solutions graphically. However, graphical visualization is only available in the 2D case. Therefore, the whole population should also only be stored, if the problem dimension is equal to 2. This would drastically reduce the required memory and persistence footprint when storing test functions optimization runs with high problem dimensions and population sizes.
This is a follow-up ticket of ticket #1355.
Change History (6)
comment:1 Changed 14 years ago by swagner
- Description modified (diff)
- Status changed from new to accepted
comment:2 Changed 14 years ago by swagner
- Description modified (diff)
comment:3 Changed 14 years ago by swagner
comment:4 Changed 14 years ago by swagner
- Owner changed from swagner to abeham
- Status changed from accepted to reviewing
comment:5 Changed 14 years ago by abeham
- Status changed from reviewing to readytorelease
Good idea. The change looks good.
comment:6 Changed 14 years ago by mkommend
- Resolution set to done
- Status changed from readytorelease to closed
- Version changed from 3.3.2 to 3.3.3
Note: See
TracTickets for help on using
tickets.
Implemented in r5204.