Free cookie consent management tool by TermsFeed Policy Generator

Changes between Version 4 and Version 34 of Ticket #2521


Ignore:
Timestamp:
11/26/15 15:54:42 (8 years ago)
Author:
abeham
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #2521 – Description

    v4 v34  
    1  * Encoding class should be specified by the genotype (currently it is the creator interface)
    21 * Merge HeuristicOptimizationProblem with BasicProblem
    3  * One basic problem per encoding
    4   * One programmable problem per encoding (derives)
    5  * Remove individual in single-encoding problems (only used for multi-encoding)
    6 
    7 Do not forget:
    8  * Temporarily excluded from projects
    9   * HeuristicLab.Optimization.Views
    10    * MultiEncodingView
    11    * CreateNewSingleEncodingDialog
     2 * Translate Scheduling/ScheduleEncoding
     3 * Unify structure of Encodings
     4 * Type generation of generic types with reference between the type constraints fails
     5 * SingleObjectiveProgrammableProblemView -> ProgrammableProblemView
     6 * Swap TSolution and TEncoding
     7 * Introduce new parameter type that can look up problems and algorithms
     8 * Rename ISolution to IEncodedSolution
    129 * Make operators (SingleObjectiveAnalyzer<TSolution>, ...) internal