Free cookie consent management tool by TermsFeed Policy Generator

Changes between Version 77 and Version 78 of Ticket #2521


Ignore:
Timestamp:
04/18/19 13:22:24 (5 years ago)
Author:
mkommend
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #2521 – Description

    v77 v78  
    1 * SingleObjecitve- & MultiObjectiveProblem introduce virtual member calls in their ctor to get the Maximization value, which poses a problem as the value might not be known at this time
     1* SingleObjective- & MultiObjectiveProblem introduce virtual member calls in their ctor to get the Maximization value, which poses a problem as the value might not be known at this time
    22* Return additional data from Evaluate (see discussion in #2774)
    33* Decouple Solutions from ValueTypeArrays (e.g. IntVector subclass IntArray)
     
    88  * Adapt all operators to this interface
    99* Adapt unit tests
    10 * Cancellation token in Evaluate function of Problems
     10* Cancellation token in Evaluate function of Problems
     11* Introduce base problems for each encoding
    1112
    1213