Free cookie consent management tool by TermsFeed Policy Generator

Changes between Version 197 and Version 198 of ReviewHeuristicLab3.3.0Application


Ignore:
Timestamp:
04/26/10 04:18:03 (15 years ago)
Author:
swagner
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • ReviewHeuristicLab3.3.0Application

    v197 v198  
    1717 * When there is an error in one of the item's constructors, the `TypeSelector` dialog (when pressing the "new" button) will open the first time, but stop listing items after encountering the item with the error. The second time the `TypeSelector` is shown through the "new" button, the optimizer crashes with an exception.
    1818 * A !KeyNotFoundException is thrown in Values_ItemsAdded when a `DataTableView` is closed while it is updated.
    19    * swagner: Could not reproduce this exception in r3525.
    20    * abeham: Open the qualities view of a GA while running in a new window by double clicking it in the results and close this window again. I get an exception (my last build is r3524).
    21    * swagner: I tried it as described and it worked fine. No exception ... very strange ...
    2219 * Remember the optimizer to start maximized if it was maximized when last closed
    2320 * !TabuSearch visualizes the current solution, but not the best
     
    6764  * abeham: In r3489 the collector was expanded to display `IEnumerable<DoubleValue>`, this could further be extended to ints or probably solved through the unified `INumber`
    6865 * I got a very cryptic "Operation is not valid due to the current state of the object" exception at one point building the TS operator (as discussed Parameters should have an optional attribute that says they should throw an error in case `ActualValue` is null after retrieving).
    69  * Going through the scopes with the arrow keys doesn't update the details view of the scope.
    70  * Resetting the engine doesn't update the global scope details view (user defined algorithm).
    7166 * The view host icon should act like a button that when single-clicked opens the context-menu, when hovering over it, there should be a frame around it like a button so that it's clear that it can be clicked.
    7267   * swagner: When hovering over the view host icon a tool tip is displayed that explains how the different views can be selected.
     
    8984=== Priority: HIGH ===
    9085 * The plugin management GUI is not finished.
    91  * 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.
    9286 * Closing the Optimizer while the global scope view is shown (user defined algorithm) and expanded throws `ArgumentException` in `HeuristicLab.Core.Views.ScopeView.Dispose()`.
    9387   * swagner: Could not reproduce this exception in r3502.