Free cookie consent management tool by TermsFeed Policy Generator

Changes between Version 61 and Version 62 of Ticket #2521


Ignore:
Timestamp:
04/03/19 15:38:24 (5 years ago)
Author:
mkommend
Comment:

r16751: Renamed Solution to EncodedSolution.

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #2521 – Description

    v61 v62  
    33 * Decouple Solutions from ValueTypeArrays (e.g. IntVector subclass IntArray)
    44 * Type generation of generic types with reference between the type constraints fails
    5  * Swap TSolution and TEncoding
    65 * Introduce new parameter type that can look up problems and algorithms
    7  * Rename ISolution to IEncodedSolution
    86 * Make operators (SingleObjectiveAnalyzer<TSolution>, ...) internal
    97 * Introduce SolutionParameter in ISolutionCreator<TSolution>