Free cookie consent management tool by TermsFeed Policy Generator

Changes between Version 136 and Version 147 of Ticket #2521


Ignore:
Timestamp:
12/06/19 14:08:00 (4 years ago)
Author:
abeham
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #2521 – Description

    v136 v147  
    1313  * Adapt all operators to this interface
    1414* Return additional data from Evaluate (see discussion in #2774)
     15 * Refactor Evaluate methods to return IEvaluationResult instead of void
     16 * Adapt ISingleObjectiveOperators (from double to IEvaluationResult)
     17 * Adapt all multi-objective problems and operators
     18 * Identify simple pattern for comparison of IEvaluationResult
    1519* Separate icons for single- and multi-objective problems and algorithms
    1620* Adapt unit tests