Changes between Version 119 and Version 120 of ReviewHeuristicLab3.3.0Application
- Timestamp:
- 03/31/10 17:45:19 (15 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
ReviewHeuristicLab3.3.0Application
v119 v120 76 76 * In the global scope view: If the selected item in the tree view is changed via keyboard (cursor keys) the Variables view is not updated. 77 77 * Closing the Optimizer while the global scope view is shown (user defined algorithm) and expanded throws `ArgumentException` in `HeuristicLab.Core.Views.ScopeView.Dispose()`. 78 78 * Exception in `BestQualityMemorizer` because the actual name of the quality parameter is not updated. (To reproduce open a new user defined GA and then load a problem that changes the actual name of the quality parameter and then start the engine.) 79 79 === Priority: MEDIUM === 80 80 * Breakpoints should be visually emphasized.