Free cookie consent management tool by TermsFeed Policy Generator

Changes between Initial Version and Version 1 of Ticket #1360


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

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #1360

    • Property Status changed from new to accepted
  • Ticket #1360 – Description

    initial v1  
    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 memory and persistence footprint required when storing test functions optimization runs with high problem dimensions and population sizes.
     1In 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.