Opened 13 years ago
Last modified 12 years ago
#1783 closed defect
Batchruns are not executed correctly — at Version 1
Reported by: | sforsten | Owned by: | ascheibe |
---|---|---|---|
Priority: | medium | Milestone: | HeuristicLab 3.3.7 |
Component: | Optimization | Version: | 3.3.7 |
Keywords: | Cc: |
Description (last modified by mkommend)
Batchruns which contain optimizers that produce multiple runs are not executed correctly, because the batchrun stops when the runs counter is larger than the repetitions counter. The described behavior can be reproduced by executing the attached file.
E.g., A batchrun should be repeated 5 times and contains an experiment with 3 standard algorithms. The batchrun stops after 2 repetitions, as the embedded experiment produces 3 runs with every execution.
Additionally the execution time is not correct after removing all runs from the run collection (should be 00:00:00).
Change History (2)
Changed 13 years ago by mkommend
comment:1 Changed 13 years ago by mkommend
- Component changed from ### Undefined ### to Optimization
- Description modified (diff)
- Milestone changed from HeuristicLab 3.3.x Backlog to HeuristicLab 3.3.7
- Summary changed from Experiment pauses always after several runs to Batchruns are not executed correctly
Note: See
TracTickets for help on using
tickets.
test file that demonstrates the described behavior