Changes between Version 339 and Version 340 of ReviewHeuristicLab3.3.0Application
- Timestamp:
- 05/07/10 21:55:53 (15 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
ReviewHeuristicLab3.3.0Application
v339 v340 109 109 * After defining a batch run (GA, TSP, 5 repetitions) and dragging it into an experiment, the "play" button of the experiment is still disabled. 110 110 * Follow-up: The play-button is enabled after adding a new algorithm (and adding a problem to this algorithm). 111 * I just got a System.ArgumentOutOfRangeException after defining run constraints and then starting a new algorithm with different parameter settings. Not yet quite sure what I did to provoke this...111 * HeuristicLab crashes fatally when I do the following: I run a GA solving the TSP ch130 problem several times, filter the results and let the results be displayed in a bubble chart (showing the best qualities). Then I start the GA with another problem (a Knapsack problem) without clearing the results, and then HL crashes. 112 112 113 113 === Priority: HIGH ===