Free cookie consent management tool by TermsFeed Policy Generator

Changes between Version 85 and Version 87 of Ticket #2521


Ignore:
Timestamp:
04/29/19 15:56:30 (5 years ago)
Author:
abeham
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #2521 – Description

    v85 v87  
    33* Cancellation token in Evaluate function of Problems
    44* Introduce new parameter type that can look up problems and algorithms
    5 * Decouple Solutions from ValueTypeArrays (e.g. IntVector subclass IntArray)
    65* Introduce SolutionParameter in ISolutionCreator<TSolution>
    76  * Create new interface that specifies solution parameter
    87  * Adapt all operators to this interface
     8* Decouple Solutions from ValueTypeArrays (e.g. IntVector subclass IntArray)
    99* Return additional data from Evaluate (see discussion in #2774)
    1010* Separate icons for single- and multi-objective problems