Free cookie consent management tool by TermsFeed Policy Generator

Changes between Version 360 and Version 361 of ReviewHeuristicLab3.3.0Application


Ignore:
Timestamp:
05/08/10 22:23:30 (14 years ago)
Author:
abeham
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • ReviewHeuristicLab3.3.0Application

    v360 v361  
    1212 * In the operator gaph view: Deleting an operator that is connected from e.g. a `SubScopesProcessor` throws an exception "Value cannot be null". I think that's an issue with `MultiOperator` in general. It also occurs when you create a new operator graph and drag a `MultiPermutationManipulator` in. If you delete one of the manipulators an exception is thrown.
    1313  * mkommend: This also occurs in the !OperatorTreeView and I am already working on a solution.
    14  * When one is looking at the run collection bubble chart view and has opened the combobox of bubble size, hovering over a certain parameter with the mouse, this parameter is applied to the chart when an update to the run collection occurs (e.g. a new run is added). However the previously selected parameter is still displayed for bubble size in the combobox.
    15   * mkommend: I investigated a little deeper in to this and found out that when an additional run was added, the combobox shows the correct value again. IMHO the problem described above is a minor point.
    1614
    1715=== Priority: HIGH ===
     
    3129 * Test functions do not feature a !BestKnownSolution
    3230 * I create a batch run, produce some runs, clear the runs and save the batch run. When I load it again and produce some more runs they'll have IDs starting from the last run produced.
     31 * Operator graph view: A breakpoint can be set in the details view, but not through the right-click context menu.
    3332
    3433=== Priority: MEDIUM ===
     
    4342   * abeham: If that means it's impossible to change please delete the whole issue. I'm moving it down in the priority list.
    4443 * Placing two operators in the operator graph view above each other and left-clicking selects the operator on top, but right-clicking opens the context menu on the bottom one
     44 * When one is looking at the run collection bubble chart view and has opened the combobox of bubble size, hovering over a certain parameter with the mouse, this parameter is applied to the chart when an update to the run collection occurs (e.g. a new run is added). However the previously selected parameter is still displayed for bubble size in the combobox.
     45  * mkommend: I investigated a little deeper in to this and found out that when an additional run was added, the combobox shows the correct value again. IMHO the problem described above is a minor point.
     46  * abeham: I'm fine with that, moving this to lower priority.
    4547
    4648=== Priority: LOW ===