Free cookie consent management tool by TermsFeed Policy Generator

Changes between Version 68 and Version 70 of Ticket #2521


Ignore:
Timestamp:
04/17/19 22:17:01 (5 years ago)
Author:
mkommend
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #2521 – Description

    v68 v70  
     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
    12* Decouple Solutions from ValueTypeArrays (e.g. IntVector subclass IntArray)
    23* Change ExternalEvaluation to work similar to ProgrammableProblems
     
    67  * Adapt all operators to this interface
    78* Adapt unit tests
    8 * Cancellation token in Evaluate function of Problems
    9 * View for CombinedSolution
     9* Cancellation token in Evaluate function of Problems
    1010
    1111