Changes between Version 102 and Version 103 of ReviewHeuristicLab3.3.0Application
- Timestamp:
- 03/25/10 03:27:13 (15 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
ReviewHeuristicLab3.3.0Application
v102 v103 11 11 * 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). 12 12 * 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. 14 15 * When the TSP importer is used after halting the execution, the engine should be reset 15 16