Changes between Version 1 and Version 2 of Ticket #2061
- Timestamp:
- 05/23/13 12:58:27 (12 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #2061 – Description
v1 v2 2 2 To reproduce create an experiment containing cross-validation optimizers. Use multiple workers for each cross-validation and start multiple cross-validations in the experimenter. 3 3 4 This does affect performance of a single algorithm execution but especially GUI updates are slowed down.4 This 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.