Free cookie consent management tool by TermsFeed Policy Generator

Changes between Version 204 and Version 205 of ReviewHeuristicLab3.3.0Application


Ignore:
Timestamp:
04/26/10 11:20:20 (14 years ago)
Author:
vdorfer
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • ReviewHeuristicLab3.3.0Application

    v204 v205  
    137137
    138138=== Priority: HIGHEST ===
     139 * !InvalidOperationException: Selecting a !MultiPermutationManipulator without selecting Mutators and starting the run leads to an !InvalidOperationException ("Please add at least one permutation manipulator to choose from"); Exception persists if another Mutator is chosen
    139140
    140141=== Priority: HIGH ===
    141142
    142143=== Priority: MEDIUM ===
     144 * Is it really intended that runs in the run tab can be copied (through drag&drop)?
     145 * The "Show Algorithm" button in the run tab opens a new tab containing the algorithm but no runs and no results - shouldn't it rather show the problem tab in the current algorithm?
    143146 * In the results view I would show by default the quality data table (instead of first having to stop (pause) the algorithm, select the data table and resume the algorithm). When the tour visualization is done, this would be best to show by default.
    144147   * 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.
     
    148151   * vdorfer: I used the default parameter settings, which have an `ExhaustiveTwoOptMoveGenerator` as move generator.
    149152   * abeham: Seems to run "fluently" in r3527, at least with a ch130.
     153   * vdorfer: runs fluently, problem caused by infrequent GUI updates, see comment of mkommend
    150154
    151155=== Priority: LOW ===