Changes between Initial Version and Version 1 of Ticket #1878
- Timestamp:
- 06/22/12 12:29:22 (12 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #1878 – Description
initial v1 1 A race condition can occur in the optimizer_Stopped event handler in `Experiment` when multiple optimizers stop at the same time. 1 A race condition can occur in the optimizer_Stopped event handler in `Experiment` when multiple optimizers stop at the same time. Because then the same optimizer (prepared-state) could be chosen as next optimizer by both threads, which then leads to an exception because a running optimizer cannot be started again.