Free cookie consent management tool by TermsFeed Policy Generator

Changes between Version 73 and Version 75 of Ticket #2521


Ignore:
Timestamp:
04/18/19 11:35:50 (5 years ago)
Author:
mkommend
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #2521 – Description

    v73 v75  
    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)
    32* Decouple Solutions from ValueTypeArrays (e.g. IntVector subclass IntArray)
    43* 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>