Free cookie consent management tool by TermsFeed Policy Generator

Changes between Version 102 and Version 110 of Ticket #2521


Ignore:
Timestamp:
09/16/19 23:51:38 (5 years ago)
Author:
abeham
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #2521 – Description

    v102 v110  
    66* SingleObjective- & MultiObjectiveProblem introduce virtual member calls in their ctor to get the Maximization value, which poses a problem as the value might not be known at this time
    77* Cancellation token in Evaluate function of Problems
    8 * Introduce new parameter type that can look up problems and algorithms
     8* ~~Introduce new parameter type that can look up problems and algorithms~~
    99* Introduce SolutionParameter in ISolutionCreator<TSolution>
    1010  * Create new interface that specifies solution parameter
    1111  * Adapt all operators to this interface
    12 * Decouple Solutions from ValueTypeArrays (e.g. IntVector subclass IntArray)
     12* Decouple Solutions from ValueTypeArrays (e.g. IntVector subclass IntArray) -> move to separate ticket
    1313* Return additional data from Evaluate (see discussion in #2774)
    1414* Separate icons for single- and multi-objective problems
    1515* Adapt unit tests
    16  * Check for commented tests (PTSP, Scheduling, BinPacking)
     16 * Check for commented tests (Scheduling, BinPacking)
    1717* ~~Evaluate method in QAP is slow due to parameter access~~, check other problems too
    1818 * Improved speed in r17232
     
    2020=== Refactoring of Plugins ===
    2121* HL.Problems.BinPacking
    22 * HL.Problems.GraphColoring abeham
    23 * HL.Problems.PTSP
     22* ~~HL.Problems.GraphColoring~~
     23* HL.Problems.PTSP (abeham ongoing)
    2424* HL.Problems.Scheduling
    2525* HL.Problems.TestFunctions.MultiObjective mkommend
    2626* HL.Problems.GrammaticalEvolution.DataAnalysis
    27 
     27* ~~HL.Problems.TravelingSalesman~~
     28* HL.Problems.VehicleRouting
    2829* HL.Algorithms.MOCMAEvolutionStrategy
    2930
     
    3536* P3 EvaluationTracker
    3637* PSOSwarmUpdater & Initializer Boundsparameter
    37 
    38 
    3938
    4039To discuss: