Opened 14 years ago
Closed 14 years ago
#1231 closed defect (done)
Experiments do not change their ExecutionState correctly
Reported by: | mkommend | Owned by: | mkommend |
---|---|---|---|
Priority: | medium | Milestone: | HeuristicLab 3.3.2 |
Component: | Optimization | Version: | 3.3.2 |
Keywords: | Cc: |
Description
Following steps are necessarey to reproduces this behavior:
- Create an empty experiment
- Create a batch run and add an configured algorithm to the batch run
- The execution state of the batch run should now be prepared.
- Add the batch run to the experiment (per drag & drop)
- The experiment is still stopped and not prepared.
Change History (5)
comment:1 Changed 14 years ago by mkommend
- Owner changed from swagner to mkommend
- Status changed from new to accepted
comment:2 Changed 14 years ago by mkommend
comment:3 Changed 14 years ago by mkommend
- Owner changed from mkommend to swagner
- Status changed from accepted to reviewing
Corrected ExecutionState of experiments if optimizers are added or removed with r4551.
comment:4 Changed 14 years ago by swagner
- Owner changed from swagner to mkommend
- Status changed from reviewing to readytorelease
comment:5 Changed 14 years ago by swagner
- Resolution set to done
- Status changed from readytorelease to closed
- Version changed from 3.3.1 to 3.3.2
Note: See
TracTickets for help on using
tickets.
The problem is that the batch run only fires the prepared event if its execution state is paused or stopped. Either this should be changed or a fix in the experiment is added.