Changes between Version 343 and Version 344 of ReviewHeuristicLab3.3.0Application
- Timestamp:
- 05/07/10 23:56:41 (15 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
ReviewHeuristicLab3.3.0Application
v343 v344 90 90 91 91 === Priority: MEDIUM === 92 * R², MSE, and relative Error of the best solution (for test and training set) should be collected into the results.93 92 * It seems strange now that operators have the property `Breakpoint`. It is more usual to set breakpoints on invocations/calls of operators. Also isn't the engine responsible for breakpoints? 94 93 * swagner: As in HL 3.2 the `Breakpoint` property is implemented in operators and can be changed in the GUI of an `OperatorGraph`. Additionally, I decided to add a checkbox to each operator in order to be able to mark breakpoints there as well (this was not possible in HL 3.2). If an operator is marked as breakpoint, an engine stops its execution after this operator has been processed. I agree that it would be more intuitive to store it in some other location, which operators are currently breakpoints. However, I do not immediately know where. Any suggestions? 95 * Min selection granularity for the x-axis should be adapted to the range of displayed values in all line charts and scatter plots. 96 97 === Priority: LOW === 98 * Only the best R², best MSE and best relative error should be collected into the results. 99 * Max, min and avg. tree size should not be collected into the results. 100 * All quality values tracked for symbolic regression problems should have nicely formatted names. 101 * Min selection granularity for zooming should be 1 for the x-axis in `SymbolicRegressionSolutionLineChartView` 94 95 === Priority: LOW === 102 96 * Relative errors should be displayed as percentage values and rounded to ~4 digits after the decimal point. 103 * Function icon for the best symbolic regression solution.104 97 ---- 105 98