Changes between Version 241 and Version 242 of ReviewHeuristicLab3.3.0Application
- Timestamp:
- 04/30/10 04:56:09 (15 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
ReviewHeuristicLab3.3.0Application
v241 v242 32 32 * swagner: Generally all items should provide a parameterless constructor. I implemented one for `PathTSPTour` in r3139. 33 33 * 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.35 34 * Remember the optimizer to start maximized if it was maximized when last closed 36 35 * !TabuSearch visualizes the current solution, but not the best … … 169 168 * 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. 170 169 * 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? 171 171 172 172 === Priority: HIGH ===