Changes between Version 125 and Version 126 of ReviewHeuristicLab3.3.0ApplicationDone
- Timestamp:
- 05/08/10 04:36:20 (15 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
ReviewHeuristicLab3.3.0ApplicationDone
v125 v126 316 316 * I have started a new ES (solving a TSP instance) and set breakpoint flag in the RandomCreater. After running and stopping the algorithm I cannot disable this breakpoint because the respective check box is disabled. 317 317 * mkommend: corrected breakpoints behavior in r3696. 318 * After defining a batch run (GA, TSP, 5 repetitions) and dragging it into an experiment, the "play" button of the experiment is still disabled. 319 * Follow-up: The play-button is enabled after adding a new algorithm (and adding a problem to this algorithm). 320 * swagner: Fixed in r3716. 318 321 319 322 === Priority: HIGH === … … 385 388 * The legend "Quality 0" is suboptimal. 386 389 * swagner: Changed in r3690. 390 * I am not completely happy about being asked if I want to clear all runs after each click on the reset button. I would prefer to have a button for this in the runs section. 391 * swagner: Changed in r3716. 387 392 388 393 === Priority: LOW === … … 474 479 * The start page does not resize correctly. The list box with the samples always has the same height. 475 480 * swagner: Changed in r3711. 481 * Experiment: If rerunning an experiment without clearing the contained runs, the included batchruns are only execute once instead of 10 times. 482 * swagner: Fixed in r3716. 476 483 477 484 === Priority: HIGH === … … 480 487 * The execution time textbox is only updated after an operation completed. If a long running operation is executed (e.g. SGA + TSP and population size 10000), the textbox is updated infrequently and it looks like as if the application hangs. This should be handled in the GUI by updating the execution time more frequent (every X milliseconds) in a separate thread. 481 488 * mkommend: Changed in r3262. 489 * Experiment - !BatchRun: When stopping a !BatchRun explicitly during the execution of an experiment, it often results in an error message stating that the !BatchRun cannot be stopped while in stopped stated. I guess this is somehow related to the asynchronous GUI updating / executing of engines. 490 * swagner: Fixed in r3716. 482 491 483 492 === Priority: MEDIUM ===