Opened 14 years ago
Closed 12 years ago
#1507 closed defect (worksforme)
The boxplot view partly ignores run collection constraints
Reported by: | abeham | Owned by: | swagner |
---|---|---|---|
Priority: | high | Milestone: | |
Component: | Optimization.Views | Version: | 3.3.3 |
Keywords: | Cc: |
Description
I have an experiment with one algorithm solving problem instances of different size. I show them all by "Problem Name" on the x-axis (each instance has a unique name).
When I add a RunCollectionComparisonConstraint and set to filter all of which SolutionCreator.Length is less than A, the statistics box below the box plot view will correctly limit the experiment to only those instances that are smaller than A. The box plot view however will still display them in the same order, and only limit their number. It shows exactly as much categories as the size of the filtered set, however it will show one additional category label albeit without data.
Change History (2)
comment:1 Changed 14 years ago by abeham
- Priority changed from medium to high
comment:2 Changed 12 years ago by abeham
- Milestone HeuristicLab 3.3.x Backlog deleted
- Resolution set to worksforme
- Status changed from new to closed
Cannot be reproduced in 3.3.8 anymore