Free cookie consent management tool by TermsFeed Policy Generator

Changes between Version 75 and Version 76 of Ticket #2521


Ignore:
Timestamp:
04/18/19 12:04:25 (5 years ago)
Author:
abeham
Comment:

r16812: fixed naming

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #2521 – Description

    v75 v76  
    11* 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
     2* Return additional data from Evaluate (see discussion in #2774)
    23* Decouple Solutions from ValueTypeArrays (e.g. IntVector subclass IntArray)
    34* Change ExternalEvaluation to work similar to ProgrammableProblems
    4 * Adapt ProgrammableProblem Templates for specific Encodings
    55* Introduce new parameter type that can look up problems and algorithms
    66* Introduce SolutionParameter in ISolutionCreator<TSolution>