heal-research / HeuristicLab

HeuristicLab - An environment for heuristic and evolutionary optimization
https://dev.heuristiclab.com
GNU General Public License v3.0
39 stars 16 forks source link

Improve Bubble Chart #2379

Closed HeuristicLab-Trac-Bot closed 6 years ago

HeuristicLab-Trac-Bot commented 9 years ago

Issue migrated from trac ticket # 2379

milestone: HeuristicLab 3.3.x Backlog | component: Analysis.Views | priority: medium | resolution: rejected

2015-04-29 15:16:56: @NimZwei created the issue


Currently, it is not possible to analyze data with the bubble chart, which is stored as a list of some structured data.

For example, the IslandGA results contains a list of island-results which stores some values (qualities, etc.). The bubble chart is not able to extract values from this list.

A new, improved bubble chart should be able to extract data from an arbitrary depth within the results.

In addition, the underlying data structure should not be specific for runs, in contrast to the current bubble chart.

Furthermore, the bubble chart should be able to intelligently connect and visualize the selected values (x/y-axis), for instance selecting a single value and a list (1:n), or selecting two lists (n:m).

HeuristicLab-Trac-Bot commented 9 years ago

2015-05-04 12:20:55: @NimZwei changed status from new to accepted

HeuristicLab-Trac-Bot commented 9 years ago

2015-05-04 12:20:55: @NimZwei commented


r12376 Created branch.

HeuristicLab-Trac-Bot commented 9 years ago

2015-05-04 12:32:57: @NimZwei commented


r12377 Added BubbleChart-Plugin.

HeuristicLab-Trac-Bot commented 9 years ago

2015-05-04 17:13:57: @NimZwei commented


r12379

  • Added first draft of the RecursiveDataItem structure.
  • Added a view for the data structure as well was a list of the data structure.
HeuristicLab-Trac-Bot commented 9 years ago

2015-05-05 10:44:46: @NimZwei commented


r12381 Added tree view component in RecursiveDataItemView. Removed RecursiveDataItemListView view because tree view is moved to RecursiveDataItemView.

HeuristicLab-Trac-Bot commented 9 years ago

2015-05-11 16:08:32: @NimZwei commented


r12388 Added BubbleChartView which can select the parts of the RecursiveDataItem tree which should be searched for the selected keys (axis).

HeuristicLab-Trac-Bot commented 9 years ago

2015-05-11 16:40:42: @NimZwei commented


r12389 Add root item of RecursiveDataItem to tree view.

HeuristicLab-Trac-Bot commented 9 years ago

2015-06-15 15:31:31: @NimZwei commented


r12446 Added sample-scipt which generates a simple layer structure.

HeuristicLab-Trac-Bot commented 9 years ago

2015-06-16 10:25:03: @NimZwei commented


r12450

  • Added missing storable attributes.
  • Updated sample.
HeuristicLab-Trac-Bot commented 9 years ago

2015-06-16 16:30:11: @NimZwei commented


r12459 Added level/depth based selection for the datasource. Updated sample.

HeuristicLab-Trac-Bot commented 9 years ago

2015-06-23 13:32:07: @NimZwei commented


r12498

  • Adapted parts of categorical mapping from RunCollectionBubbleChart.
  • Small changes and optimizations.
  • Updated ALPS sample.
HeuristicLab-Trac-Bot commented 9 years ago

2015-06-23 16:03:46: @NimZwei commented


r12499

  • Quick-fixed a critical performance bug when changing the checked status of many items in the tree (e.g. via level change)
  • Added a new sample with alps runs.
HeuristicLab-Trac-Bot commented 9 years ago

2015-06-30 15:40:27: @NimZwei commented


r12554

  • Added prefix based selection of data in the combo box instead of an explicit level control.
  • Updated sample.
HeuristicLab-Trac-Bot commented 9 years ago

2015-07-06 11:33:11: @NimZwei commented


r12595 Fixed wrong keys for categorical mapping.

HeuristicLab-Trac-Bot commented 9 years ago

2015-07-06 13:42:59: @NimZwei commented


r12598 Implemented sizing of markers.

HeuristicLab-Trac-Bot commented 9 years ago

2015-07-06 14:09:24: @NimZwei commented


r12600 Added size track-bar similar to the original bubble-chart.

HeuristicLab-Trac-Bot commented 9 years ago

2015-07-07 14:35:16: @NimZwei commented


r12647 Added support for multidimensional values. Adapted sample.

HeuristicLab-Trac-Bot commented 9 years ago

2015-08-13 11:18:59: @mkommend commented


r12854: Added new sample for new bubble chart.

HeuristicLab-Trac-Bot commented 9 years ago

2015-08-18 16:32:11: @NimZwei commented


r12880 Adapted dimension matching for NSGA-II Sample. Changed default views.

HeuristicLab-Trac-Bot commented 9 years ago

2015-08-18 16:32:11: @NimZwei

HeuristicLab-Trac-Bot commented 9 years ago

2015-08-19 13:13:55: @NimZwei commented


r12881 Added jitter for x and y axis.

HeuristicLab-Trac-Bot commented 9 years ago

2015-08-19 13:27:13: @NimZwei commented


r12882 Fixed zooming issues. Added "no data available" label.

HeuristicLab-Trac-Bot commented 9 years ago

2015-08-19 13:59:39: @NimZwei commented


r12884 Added tooltip when hovering a data point. Click on a data point opens the corresponding DataItem or both if x and y values came from different DataItems.

HeuristicLab-Trac-Bot commented 6 years ago

2017-12-18 16:50:40: @NimZwei changed status from accepted to closed

HeuristicLab-Trac-Bot commented 6 years ago

2017-12-18 16:50:40: @NimZwei set resolution to rejected

HeuristicLab-Trac-Bot commented 6 years ago

2017-12-18 16:50:40: @NimZwei commented


r15539 (not migrated): removed branch

Because development on this ticket has been stalled and we do not know exactly what the results of the improved bubble-chart should look like, it is no longer being developed.