Changes between Version 56 and Version 57 of ReviewHeuristicLab3.3.0Application
- Timestamp:
- 03/22/10 04:14:23 (15 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
ReviewHeuristicLab3.3.0Application
v56 v57 10 10 * swagner: In a discussion with maffenze it was decided to address this issue after the release of HeuristicLab 3.3.0. 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 * Even when a control is not displayed (e.g. the global scope tab) its view is updated which costs a lot of time. The optimization runs noticeably faster (~2x) when HeuristicLab isn't the active application in Windows (at least in Win7).13 12 * The !OperatorGraphVisualization doesn't respect operator collections (e.g. `SequentialSubScopesProcessor`) 14 13 * In `TypeSelector` filter types that don't have a constructor (like currently `PathTSPTour`)