Free cookie consent management tool by TermsFeed Policy Generator

Changes between Version 2 and Version 3 of Ticket #2987, comment 2


Ignore:
Timestamp:
02/01/19 11:21:59 (6 years ago)
Author:
bburlacu
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #2987, comment 2

    v2 v3  
    44
    55r16561: Store the population as a `List`, so it can be cleared when the algorithm is finished in order to save memory. Unversion generated files (`Plugin.cs` and `AssemblyInfo.cs`)
     6
     7r16583: Implement better uniform weight generation, objective scaling, algorithm Pause support.
    68
    79** TODO **
     
    1113- ~~proper wiring (+ handle all events)~~
    1214
    13 - support more than 2 dimensions (implement weight generation - original implementation reads weights from resource files)
     15- ~~support more than 2 dimensions (implement weight generation - original implementation reads weights from resource files)~~
    1416
    15 - adapt design to HeuristicLab (eg, maybe use scopes, replace utility code with HeuristicLab extensions/utility methods)
     17- adapt design to HeuristicLab (eg, maybe use scopes, replace utility code with HeuristicLab extensions/utility methods) (partially done)