Free cookie consent management tool by TermsFeed Policy Generator

Changes between Version 1 and Version 2 of Ticket #1360


Ignore:
Timestamp:
01/03/11 23:19:51 (14 years ago)
Author:
swagner
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #1360 – Description

    v1 v2  
    11In 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
     3This is a follow-up ticket of ticket #1355.