Free cookie consent management tool by TermsFeed Policy Generator

Changes between Initial Version and Version 2 of Ticket #1666


Ignore:
Timestamp:
08/09/17 09:06:20 (7 years ago)
Author:
pfleck
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #1666

    • Property Status changed from new to accepted
    • Property Summary changed from SimplifierViews for symbolic data analysis problems should give a visual cue when a background process is running to SimplifierViews for symbolic data analysis problems should give a visual clue when a background process is running
    • Property Version changed from 3.3.5 to 3.3.15
    • Property Milestone changed from HeuristicLab 3.3.x Backlog to HeuristicLab 3.3.16
    • Property Owner changed from mkommend to pfleck
  • Ticket #1666 – Description

    initial v2  
    1 For instance by changing the mouse cursor and disabling the control.
     1Optimizing a `SymbolicRegressionSolution` with the `InteractiveSymbolicRegressionSolutionSimplifierView` freezes HL for the duration of the constant-optimization.
     2
     3For smaller models/datasets, this is not an issue.
     4However, it is annoying for larger models/datasets when HL freezes for several seconds (or even minutes).
     5Instead, the calculations should be done in a different thread and a progress reported if available.
     6
     7The following actions notably causes HL to freeze:
     8 - "Optimize"/"Simplify"-Buttons in the `InteractiveSymbolicXXXSolutionSimplifierView`
     9 - "Simplify Model"-Button in the `SymbolicXXXSolutionView`