Free cookie consent management tool by TermsFeed Policy Generator

Changes between Version 102 and Version 103 of ReviewHeuristicLab3.3.0Application


Ignore:
Timestamp:
03/25/10 03:27:13 (14 years ago)
Author:
swagner
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • ReviewHeuristicLab3.3.0Application

    v102 v103  
    1111 * Adding a `ValueParameter<T>` in a `VariableCreator` and selecting a generic type e.g. `ItemList<T>` fails because no choice can be made on the generic type of the `ItemList` (ticket #42).
    1212 * The !OperatorGraphVisualization doesn't respect operator collections (e.g. `SequentialSubScopesProcessor`)
    13  * In `TypeSelector` filter types that don't have a constructor (like currently `PathTSPTour`)
     13 * In `TypeSelector` filter types that don't have a constructor (like currently `PathTSPTour`).
     14   * swagner: Generally all items should provide a parameterless constructor. I implemented one for `PathTSPTour` in r3139.
    1415 * When the TSP importer is used after halting the execution, the engine should be reset
    1516