Free cookie consent management tool by TermsFeed Policy Generator

Changes between Version 62 and Version 64 of Ticket #2521


Ignore:
Timestamp:
04/03/19 16:32:31 (6 years ago)
Author:
mkommend
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • TabularUnified Ticket #2521 – Description

    v62 v64  
    1  * Merge HeuristicOptimizationProblem with BasicProblem
    2  * Translate Scheduling/ScheduleEncoding
    3  * Decouple Solutions from ValueTypeArrays (e.g. IntVector subclass IntArray)
    4  * Type generation of generic types with reference between the type constraints fails
    5  * Introduce new parameter type that can look up problems and algorithms
    6  * Make operators (SingleObjectiveAnalyzer<TSolution>, ...) internal
    7  * Introduce SolutionParameter in ISolutionCreator<TSolution>
     1* Merge HeuristicOptimizationProblem with BasicProblem
     2* Decouple Solutions from ValueTypeArrays (e.g. IntVector subclass IntArray)
     3* Type generation of generic types with reference between the type constraints fails (e.g. set Encoding in ExternalEvaluation)
     4* Change ExternalEvaluation to work similar to ProgrammableProblems
     5* Introduce new parameter type that can look up problems and algorithms
     6* Introduce SolutionParameter in ISolutionCreator<TSolution>
    87  * Create new interface that specifies solution parameter
    9   * Adapt all operators to this interface
    10  * Make ISingleObjectiveOperaotr a meaningful interface and adapt all operators
    11   * Same for IMultiObjectiveOperator
    12  * Adapt unit tests
     8  * Adapt all operators to this interface 
     9* Make ISingleObjectiveOperaotr a meaningful interface and adapt all operators
     10   * Same for IMultiObjectiveOperator
     11* Adapt unit tests
    1312* AckleyEvaluator change from evaluator to problem? stays the storable type GUID the same
    14 * Cancellation token in Evaluate function of Problems
     13* Cancellation token in Evaluate function of Problems 
    1514
    1615Compare with trunk: