Free cookie consent management tool by TermsFeed Policy Generator

Changes between Version 148 and Version 153 of Ticket #2521


Ignore:
Timestamp:
12/19/19 15:34:44 (4 years ago)
Author:
mkommend
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #2521 – Description

    v148 v153  
    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)
     15 * ~~ Refactor Evaluate methods to return IEvaluationResult instead of void
     16 * ~~ Adapt ISingleObjectiveOperators (from double to IEvaluationResult)
     17 * Identify simple pattern for comparison of IEvaluationResult
     18 * Adapt unit tests and external evaluation problems
     19 * Provide view for evaluation result
    1720 * Adapt all multi-objective problems and operators
    18  * Identify simple pattern for comparison of IEvaluationResult
     21
    1922* Separate icons for single- and multi-objective problems and algorithms
    2023* Adapt unit tests