Free cookie consent management tool by TermsFeed Policy Generator

Changes between Version 34 and Version 35 of Ticket #2521


Ignore:
Timestamp:
11/26/15 15:55:31 (8 years ago)
Author:
abeham
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #2521 – Description

    v34 v35  
    88 * Rename ISolution to IEncodedSolution
    99 * Make operators (SingleObjectiveAnalyzer<TSolution>, ...) internal
     10 * Introduce SolutionParameter in ISolutionCreator<TSolution>
     11  * Create new interface that specifies solution parameter
     12  * Adapt all operators to this interface