Free cookie consent management tool by TermsFeed Policy Generator

Changes between Version 60 and Version 61 of Ticket #2521


Ignore:
Timestamp:
04/03/19 15:06:43 (5 years ago)
Author:
abeham
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #2521 – Description

    v60 v61  
    11 * Merge HeuristicOptimizationProblem with BasicProblem
    22 * Translate Scheduling/ScheduleEncoding
    3  * Unify structure of Encodings
    43 * Decouple Solutions from ValueTypeArrays (e.g. IntVector subclass IntArray)
    54 * Type generation of generic types with reference between the type constraints fails
     
    2827To discuss:
    2928 * Add new() constraint on TEncoding and TSolution of the Problem classes to forbid the creation of a Problem with abstract or not instantiable type parameters.
    30 * Provide specialized code templates, which are compiled, for programmable problems (e.g. BinaryProblem that configures the bounds correctly)
    31 * Change name of result for best scope solution analyzer  due to name clashes with programmable problems' analyze method.
     29 * Provide specialized code templates, which are compiled, for programmable problems (e.g. BinaryProblem that configures the bounds correctly)
     30 * Change name of result for best scope solution analyzer  due to name clashes with programmable problems' analyze method.
     31 * Unify structure of Encodings
    3232
    3333=== Refactoring of Plugins ===