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

Sliding Window GP #1837

Open HeuristicLab-Trac-Bot opened 12 years ago

HeuristicLab-Trac-Bot commented 12 years ago

Issue migrated from trac ticket # 1837

milestone: HeuristicLab 3.3.x Backlog | component: Problems.DataAnalysis.Symbolic | priority: high

2012-04-20 20:14:32: @mkommend created the issue


For various data analysis tasks it would be beneficial to have a sliding window modeling approach similar to the implementation in HL 2.0. Instead of implementing this as an algorithm, it can be implemented as analyzers that shift the window over the training partition and thus all other features of HL 3.3 can be used.

HeuristicLab-Trac-Bot commented 10 years ago

2014-04-03 11:06:25: @foolnotion commented


r10720: Moved quality calculation inside the SlidingWindowBestSolutionsCollection so that data can be cached across views. Added background worker for calculating qualities for each solution on all intervals. Added method for updating the qualities on the fly during the run (without recalculating). Added progress indicator for views.

HeuristicLab-Trac-Bot commented 10 years ago

2014-04-03 16:21:16: @foolnotion commented


r10721: Performance and usability improvements.

HeuristicLab-Trac-Bot commented 10 years ago

2014-04-03 22:38:22: @foolnotion commented


r10722: SVN-renamed SlidingWindowBestSolutionsCollectionHeatMapView to SlidingWindowBestSolutionsCollectionHeatMapControl, and added SlidingWindowBestSolutionsCollectionHeatMapView which extends HeatMapView and provides a reversed Y-axis.

HeuristicLab-Trac-Bot commented 10 years ago

2014-04-04 09:56:53: @foolnotion commented


r10723: Added missing SlidingWindowBestSolutionsCollectionHeatMapView files, fixed heatmap orientation.

HeuristicLab-Trac-Bot commented 10 years ago

2014-04-04 10:18:52: @foolnotion commented


r10724: Moved sliding window views into separate folder, re-added title to heat map view.

HeuristicLab-Trac-Bot commented 10 years ago

2014-04-04 10:18:52: @foolnotion

HeuristicLab-Trac-Bot commented 10 years ago

2014-05-09 10:33:01: @foolnotion commented


r10828: Added storable attributes to the SlidingWindowRange. Fixed small typo in SlidingWindow/SlidingWindowBestSolutionsCollectionHeatMapView.cs and added license information header.

HeuristicLab-Trac-Bot commented 10 years ago

2014-05-09 10:46:01: @foolnotion commented


r10829: Sealed SlidingWindowRange class.

HeuristicLab-Trac-Bot commented 6 years ago

2018-08-30 10:19:31: @abeham commented


Please rename the associated branch by prepending the ticket number to the name

HeuristicLab-Trac-Bot commented 6 years ago

2018-09-10 15:53:33: @foolnotion commented


r16134: Rename branch

HeuristicLab-Trac-Bot commented 4 years ago

2020-07-19 19:09:21: @florianBachinger commented


r17687: merged changes from trunk

  • apply changes from Attic release to all SlidingWindow specific code files (replace StorableClass with StorableType)