Changes between Version 56 and Version 57 of Ticket #2521
- Timestamp:
- 04/03/19 14:23:10 (5 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #2521 – Description
v56 v57 29 29 To discuss: 30 30 * Add new() constraint on TEncoding and TSolution of the Problem classes to forbid the creation of a Problem with abstract or not instantiable type parameters. 31 32 === Refactoring of Plugins === 33 * HL.Problems.BinPacking 34 * HL.Problems.GraphColoring 35 * HL.Problems.PTSP 36 * HL.Problems.Scheduling 37 * HL.Problems.TestFunctions.MultiObjective 38 39 * HL.Algorithms.MOCMAEvolutionStrategy