Changes between Version 2 and Version 3 of Ticket #2987, comment 2
- Timestamp:
- 02/01/19 11:21:59 (6 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #2987, comment 2
v2 v3 4 4 5 5 r16561: 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 7 r16583: Implement better uniform weight generation, objective scaling, algorithm Pause support. 6 8 7 9 ** TODO ** … … 11 13 - ~~proper wiring (+ handle all events)~~ 12 14 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)~~ 14 16 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)