#920 closed enhancement (done)
Each single objective problem should provide a parameter for its best known quality
Reported by: | swagner | Owned by: | swagner |
---|---|---|---|
Priority: | medium | Milestone: | HeuristicLab 3.3.0 |
Component: | Optimization | Version: | 3.3 |
Keywords: | Cc: |
Description
In order to be able to show the best known solution quality in quality charts and to calculate a relative difference to actual solutions each single objective problem should provide a parameter for its best known solution quality.
Change History (12)
comment:1 Changed 15 years ago by swagner
- Status changed from new to assigned
comment:2 Changed 15 years ago by swagner
comment:3 Changed 15 years ago by swagner
- Resolution set to fixed
- Status changed from assigned to closed
Finished best and best known quality handling in r3095.
comment:4 Changed 15 years ago by gkronber
- Resolution fixed deleted
- Status changed from closed to reopened
DataTableView throws an exception if values larger than Decimal.MaxValue or smaller than Decimal.MinValue should be displayed.
comment:5 Changed 15 years ago by gkronber
Added filtering of extreme values to DataTableView with r3495.
comment:6 Changed 15 years ago by gkronber
- Resolution set to fixed
- Status changed from reopened to closed
comment:7 Changed 15 years ago by gkronber
- Resolution fixed deleted
- Status changed from closed to reopened
Missed a few code lines where filtering of extreme values in the DataTableView is necessary.
comment:8 Changed 15 years ago by gkronber
r3530 in DataTableView:
- checked for invalid values in all series manipulating operations
- changed the legend to dock at the top
comment:9 Changed 15 years ago by gkronber
Added series name to tooltip in DataTableView with r3533.
comment:10 Changed 14 years ago by gkronber
- Resolution set to fixed
- Status changed from reopened to closed
comment:11 Changed 14 years ago by swagner
- Milestone changed from Iteration 4 to Current
Milestone Iteration 4 deleted
comment:11 Changed 14 years ago by swagner
- Milestone changed from Current to HeuristicLab 3.3.0
Milestone Current deleted
Implemented first version of best and best known quality handling in r3080.