Free cookie consent management tool by TermsFeed Policy Generator

Changes between Version 119 and Version 120 of ReviewHeuristicLab3.3.0Application


Ignore:
Timestamp:
03/31/10 17:45:19 (15 years ago)
Author:
gkronber
Comment:

Added an issue with the parameter wireing between the problem and BestQualityMemorizer

Legend:

Unmodified
Added
Removed
Modified
  • ReviewHeuristicLab3.3.0Application

    v119 v120  
    7676 * 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.
    7777 * 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.)
    7979=== Priority: MEDIUM ===
    8080 * Breakpoints should be visually emphasized.