Opened 7 years ago
Closed 7 years ago
#2823 closed defect (done)
Synchronous Experiment.Start call might return too early
Reported by: | pfleck | Owned by: | pfleck |
---|---|---|---|
Priority: | medium | Milestone: | HeuristicLab 3.3.15 |
Component: | Optimization | Version: | 3.3.14 |
Keywords: | Cc: |
Description
Experiment.Start method might return prematurely if another Optimizer was started asynchronously.
Change History (9)
comment:1 Changed 7 years ago by pfleck
- Status changed from new to accepted
comment:2 Changed 7 years ago by pfleck
comment:3 Changed 7 years ago by pfleck
r15339 Moved wait-handle .Set to OnPaused/OnStopped.
Same test outputs as above.
comment:4 Changed 7 years ago by pfleck
- Owner changed from pfleck to jkarder
- Status changed from accepted to reviewing
comment:5 Changed 7 years ago by pfleck
- Owner changed from jkarder to pfleck
- Status changed from reviewing to assigned
comment:6 Changed 7 years ago by pfleck
- Status changed from assigned to accepted
comment:7 Changed 7 years ago by pfleck
- Owner changed from pfleck to jkarder
- Status changed from accepted to reviewing
comment:8 Changed 7 years ago by jkarder
- Owner changed from jkarder to pfleck
- Status changed from reviewing to readytorelease
Looks good, thanks!
comment:9 Changed 7 years ago by pfleck
- Resolution set to done
- Status changed from readytorelease to closed
Note: See
TracTickets for help on using
tickets.
r15327 Fixed potential early return of sync Start method.
Tested with the following Script:
The Experiment contains some random forests (new RF -> Create experiments -> Number of Trees 25,50,1000000,100,100)
Before the change:
After the change: