Free cookie consent management tool by TermsFeed Policy Generator

Changes between Version 158 and Version 161 of Ticket #2521


Ignore:
Timestamp:
02/28/20 16:56:11 (4 years ago)
Author:
abeham
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #2521 – Description

    v158 v161  
    2626* ~~Evaluate method in QAP is slow due to parameter access~~, check other problems too
    2727 * Improved speed in r17232
     28* Memory leak when replacing parameters in the encoding instance with those of the problem instance -> the encoding might not live as long as the problem, but the parameter in the problem has a reference to the Encoding's parameter collection
    2829
    29 === Refactoring of Plugins ===
     30== Refactoring of Plugins ===
    3031* HL.Problems.BinPacking
    3132* ~~HL.Problems.GraphColoring~~
    3233* ~~HL.Problems.PTSP~~
    3334 * ~~Evaluate composition vs inheritance~~
    34 * HL.Problems.Scheduling
     35* ~~HL.Problems.Scheduling~~
    3536* HL.Problems.TestFunctions.MultiObjective mkommend
    3637 * status has to be checked