Free cookie consent management tool by TermsFeed Policy Generator

Changes between Version 343 and Version 344 of ReviewHeuristicLab3.3.0Application


Ignore:
Timestamp:
05/07/10 23:56:41 (15 years ago)
Author:
gkronber
Comment:

removed fixed issues.

Legend:

Unmodified
Added
Removed
Modified
  • ReviewHeuristicLab3.3.0Application

    v343 v344  
    9090
    9191=== Priority: MEDIUM ===
    92  * R², MSE, and relative Error of the best solution (for test and training set) should be collected into the results.
    9392 * 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?
    9493   * 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 ===
    10296 * 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.
    10497----
    10598