Changes between Version 235 and Version 236 of ReviewHeuristicLab3.3.0Application
- Timestamp:
- 04/29/10 01:27:17 (16 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
ReviewHeuristicLab3.3.0Application
v235 v236 182 182 * swagner: Showing results by default is critical, as the continuous redraw of a result's value (e.g. quality chart, tour visualization) might consume a lot of runtime. Therefore the user should have to select a result manually, if he wants to look at a result. 183 183 * A "Do you want to save your work" question is missing when clicking the "x" of an open SGA, TSP, ... 184 * A `TabuSearch` with a ch150 TSP is not running fluently, it jerks.185 * swagner: Which parameter settings of the tabu search were used? If an exhaustive move generator is used, the tabu search jerks as computing the whole set of possible moves is quite time-consuming.186 * vdorfer: I used the default parameter settings, which have an `ExhaustiveTwoOptMoveGenerator` as move generator.187 * abeham: Seems to run "fluently" in r3527, at least with a ch130.188 * vdorfer: runs fluently, problem caused by infrequent GUI updates, see comment of mkommend189 184 * Data Analysis Problem: Trying to import a csv file which is opened in Excel leads to an IOException (cannot access file, used by another process) 190 185


