Free cookie consent management tool by TermsFeed Policy Generator

Changes between Version 80 and Version 85 of Ticket #2521


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

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #2521 – Description

    v80 v85  
     1* Introduce base problems for each encoding
    12* 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
    2 * Return additional data from Evaluate (see discussion in #2774)
     3* Cancellation token in Evaluate function of Problems
     4* Introduce new parameter type that can look up problems and algorithms
    35* Decouple Solutions from ValueTypeArrays (e.g. IntVector subclass IntArray)
    4 * Change ExternalEvaluation to work similar to ProgrammableProblems
    5 * Introduce new parameter type that can look up problems and algorithms
    66* Introduce SolutionParameter in ISolutionCreator<TSolution>
    77  * Create new interface that specifies solution parameter
    88  * Adapt all operators to this interface
     9* Return additional data from Evaluate (see discussion in #2774)
     10* Separate icons for single- and multi-objective problems
    911* Adapt unit tests
    10 * Cancellation token in Evaluate function of Problems
    11 * Introduce base problems for each encoding
    12 * Separate icons for single- and multi-objective problems
    1312
    1413=== Refactoring of Plugins ===