Opened 14 years ago
Closed 14 years ago
#1378 closed enhancement (done)
BatchRuns should be able to deal with optimizers
Reported by: | swagner | Owned by: | swagner |
---|---|---|---|
Priority: | medium | Milestone: | HeuristicLab 3.3.3 |
Component: | Optimization | Version: | 3.3.3 |
Keywords: | Cc: |
Description
Currently batch runs can only contain IAlgorithms. It should be possible to create a batch run for any kind of optimizer and not only for algorithms.
Change History (9)
comment:1 Changed 14 years ago by swagner
- Status changed from new to accepted
comment:2 Changed 14 years ago by swagner
comment:3 Changed 14 years ago by swagner
- Owner changed from swagner to mkommend
- Status changed from accepted to reviewing
comment:4 Changed 14 years ago by mkommend
- Owner changed from mkommend to swagner
- Status changed from reviewing to readytorelease
As far as I have seen the changesets r5300 consists only of renaming Algorithm to Optimizer in the BatchRun and no additional functionality or different behavior was added.
comment:5 Changed 14 years ago by swagner
- Status changed from readytorelease to assigned
comment:6 Changed 14 years ago by swagner
- Status changed from assigned to accepted
comment:7 Changed 14 years ago by swagner
comment:8 Changed 14 years ago by swagner
- Status changed from accepted to readytorelease
comment:9 Changed 14 years ago by mkommend
- Resolution set to done
- Status changed from readytorelease to closed
- Version changed from 3.3.2 to 3.3.3
Note: See
TracTickets for help on using
tickets.
Implemented in r5300.