Free cookie consent management tool by TermsFeed Policy Generator

Opened 13 years ago

#1658 new enhancement

The BestAverageQualityAnalyzer should not output a quality chart in every case

Reported by: abeham Owned by: swagner
Priority: medium Milestone: HeuristicLab 3.3.x Backlog
Component: Analysis Version: 3.3.5
Keywords: Cc:

Description

When executing large and long-running experiments I want to know on the best/avg/worst quality for analysis of achievable solution qualities, but I do not always want the corresponding chart that plots these values over time. The chart is even undesirable to include as it can increase the size of the runs of an experiment a lot.

There are several analyzers in HeuristicLab.Analysis that also produce a result in the form of a DataTable:

  • BestAverageWorstQualityAnalyzer
  • MinAverageMaxValueAnalyzer
  • QualityAnalyzer
  • ValueAnalyzer

Except for the ValueAnalyzer (where the only purpose is to record a chart), these analyzers should have an option to prevent charting the values.

Change History (0)

Note: See TracTickets for help on using tickets.