Free cookie consent management tool by TermsFeed Policy Generator

Changes between Version 110 and Version 111 of ReviewHeuristicLab3.3.0ApplicationDone


Ignore:
Timestamp:
05/07/10 09:07:06 (14 years ago)
Author:
gkronber
Comment:

Added fixed issues

Legend:

Unmodified
Added
Removed
Modified
  • ReviewHeuristicLab3.3.0ApplicationDone

    v110 v111  
    235235 * The name of data analysis solutions is not set or displayed correctly.
    236236   * swagner: Fixed in r3687.
     237 * 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.)
     238   * swagner: Setting parameters automatically does not work in user defined algorithms. In a user defined algorithm all parameter settings (values, actual names, etc.) have to be set manually by the user.
     239 * Closing the Optimizer while the global scope view is shown (user defined algorithm) and expanded throws `ArgumentException` in `HeuristicLab.Core.Views.ScopeView.Dispose()`.
     240   * swagner: Could not reproduce this exception in r3502.
     241 * Breakpoints should be visually emphasized.
     242   * swagner: At the moment, breakpoints are marked red in the `OperatorTreeView` and will be visually emphasized in the `OperatorGraph` visualization in the next version. Where else should they be emphasized?
    237243
    238244=== Priority: MEDIUM ===