Free cookie consent management tool by TermsFeed Policy Generator

Changes between Version 241 and Version 242 of ReviewHeuristicLab3.3.0Application


Ignore:
Timestamp:
04/30/10 04:56:09 (14 years ago)
Author:
swagner
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • ReviewHeuristicLab3.3.0Application

    v241 v242  
    3232   * swagner: Generally all items should provide a parameterless constructor. I implemented one for `PathTSPTour` in r3139.
    3333 * 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.
    34  * A !KeyNotFoundException is thrown in Values_ItemsAdded when a `DataTableView` is closed while it is updated.
    3534 * Remember the optimizer to start maximized if it was maximized when last closed
    3635 * !TabuSearch visualizes the current solution, but not the best
     
    169168   * swagner: If an exception is thrown during the execution of an algorithm, the algorithm is not reset automatically in order to be able to reproduce the error. If the mutator is changed, the algorithm has to be reset manually to remove the old mutator from the engine's execution stack. However, it is possible to add a mutator to the multi-operator after the exception has occurred and to continue the algorithm.
    170169 * When clicking on the open file dialog before loading of the start page is finished the program crashes without exception.
     170   * swagner: Could not reproduce this exception in r3561. Does it always occur? May you give me some additional hints?
    171171
    172172=== Priority: HIGH ===