Free cookie consent management tool by TermsFeed Policy Generator

Opened 14 years ago

Closed 14 years ago

Last modified 13 years ago

#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 14 years ago by swagner

  • Status changed from new to assigned

comment:2 Changed 14 years ago by swagner

Implemented first version of best and best known quality handling in r3080.

comment:3 Changed 14 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 14 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 14 years ago by gkronber

Added filtering of extreme values to DataTableView with r3495.

comment:6 Changed 14 years ago by gkronber

  • Resolution set to fixed
  • Status changed from reopened to closed

comment:7 Changed 14 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 14 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 14 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 13 years ago by swagner

  • Milestone changed from Iteration 4 to Current

Milestone Iteration 4 deleted

comment:11 Changed 13 years ago by swagner

  • Milestone changed from Current to HeuristicLab 3.3.0

Milestone Current deleted

Note: See TracTickets for help on using tickets.