Free cookie consent management tool by TermsFeed Policy Generator

Changes between Version 1 and Version 2 of Ticket #2061


Ignore:
Timestamp:
05/23/13 12:58:27 (12 years ago)
Author:
gkronber
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #2061 – Description

    v1 v2  
    22To reproduce create an experiment containing cross-validation optimizers. Use multiple workers for each cross-validation and start multiple cross-validations in the experimenter.
    33
    4 This does affect performance of a single algorithm execution but especially GUI updates are slowed down.
     4This does affect performance of a single algorithm execution, but especially GUI updates are slowed down. One issue is synchronization in handlers that are called through (AsynchonousView).Invoke(). In these handlers it is not necessary to synchronize.