Changes between Version 360 and Version 361 of ReviewHeuristicLab3.3.0Application
- Timestamp:
- 05/08/10 22:23:30 (15 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
ReviewHeuristicLab3.3.0Application
v360 v361 12 12 * 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. 13 13 * 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.16 14 17 15 === Priority: HIGH === … … 31 29 * Test functions do not feature a !BestKnownSolution 32 30 * 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. 33 32 34 33 === Priority: MEDIUM === … … 43 42 * abeham: If that means it's impossible to change please delete the whole issue. I'm moving it down in the priority list. 44 43 * 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. 45 47 46 48 === Priority: LOW ===