Changes between Version 1 and Version 2 of Ticket #1360
- Timestamp:
- 01/03/11 23:19:51 (14 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #1360 – Description
v1 v2 1 1 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. 2 3 This is a follow-up ticket of ticket #1355.