Timeline
04/06/14:
- 00:00 Changeset [10726] by
-
#2174: Created branch
04/05/14:
- 23:58 Ticket #2174 (Add programmable optimization problem) created by
- A programmable optimization problem should be created that allows to …
- 00:40 Changeset [10725] by
-
#1772: The subtree index needs to be adjusted if it is greater than the fragment index and the fragment is different in size than the subtree it replaced.
04/04/14:
- 10:18 Changeset [10724] by
-
#1837: Moved sliding window views into separate folder, re-added title to heat map view.
- 09:56 Changeset [10723] by
-
#1837: Added missing SlidingWindowBestSolutionsCollectionHeatMapView files, fixed heatmap orientation.
04/03/14:
- 22:38 Changeset [10722] by
-
#1837: SVN-renamed SlidingWindowBestSolutionsCollectionHeatMapView to SlidingWindowBestSolutionsCollectionHeatMapControl, and added SlidingWindowBestSolutionsCollectionHeatMapView which extends HeatMapView and provides a reversed Y-axis.
- 16:21 Changeset [10721] by
-
#1837: Performance and usability improvements.
- 11:06 Changeset [10720] by
-
#1837: 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.
04/02/14:
- 16:13 Changeset [10719] by
-
- highlight selected cells when search an replace opens
- 16:08 Changeset [10718] by
-
Add shuffletoindices
- 16:01 Changeset [10717] by
-
Added chart per variable feature to preprocessing chart view
- 15:57 Changeset [10716] by
-
changed description of item
- 15:48 Changeset [10715] by
-
Add methods for preview of deleting samples/variables without sufficient information
- 15:44 Changeset [10714] by
-
- added inactive tab to preview tabs
- 15:43 Changeset [10713] by
-
FilterView + Design
- 15:39 Changeset [10712] by
-
- Changed views to standard views in order that a double click opens them in a new tab
- 14:50 Changeset [10711] by
-
Moved methods for "delete columns/rows without sufficient information" from ITransformationLogic to IManipulationLogic
- 14:42 Changeset [10710] by
-
- ManipulationView - textbox was glueing to the label in tab delete columns with small variance, fixed it
- 14:28 Changeset [10709] by
-
- Added ManipulationView with Content
presentation logic implemented
manipulation actions for delete xY missing
- License added to LineChartView
- ShuffleWithRanges without parameter added to ManipulationLogic (will use training and test partition)
- 14:16 Changeset [10708] by
-
Removed unnecessary features in ITransformation
- 14:13 Changeset [10707] by
-
FilterView
- 14:07 Changeset [10706] by
-
- start with search at the beginning when reached the end
- 13:47 Changeset [10705] by
-
- enhanced usability
- 13:34 Changeset [10704] by
-
Add Tostring for comparison filter
- 13:14 Changeset [10703] by
-
Inverse search logic - keep rows which fulfill filter criteria
- 13:02 Changeset [10702] by
-
refactored LinearTransformation / Transformation to fit HL coding style
- 12:50 Changeset [10701] by
-
- Undeleted PreprocessingCheckedItemListView and set default view to false.
- 12:39 Changeset [10700] by
-
removed CheckedItemListView
- 12:37 Changeset [10699] by
-
Add transaction to apply filter and inverse delete order
- 12:27 Changeset [10698] by
-
- refactoring - extract iterator class
- create utils folder
- 11:51 Changeset [10697] by
- 11:44 Changeset [10696] by
-
Add logic for apply filter button
- 11:38 Changeset [10695] by
-
- Added Transformations to PreprocessingData
- Added Transformations to DataAnalysisProblemData Parameters
- Removed SymbolicExpressionTree as inverse transformation.
- 11:23 Changeset [10694] by
-
- LinearTransformation and Transformation now uses ITransformation,
- refactoring
- 11:22 Changeset [10693] by
-
FilterInfo Update, View Changes on FilterView
- 11:10 Changeset [10692] by
-
Only consider active filters when calculating preview
- 10:52 Changeset [10691] by
-
Autosize table columns and keep selection on refresh
- 10:23 Changeset [10690] by
-
- Added missing project file entry for transformation interface.
- 10:19 Changeset [10689] by
-
- Added Transformation interface.
04/01/14:
- 11:27 Changeset [10688] by
-
#1837: Added missing license headers to designer files for sliding window visualization.
- 11:24 Changeset [10687] by
-
#1837: Added missing designer file.
- 10:06 Changeset [10686] by
-
#1837: Added SlidingWindowBestSolutionsCollectionHeatMapView.
03/31/14:
- 17:24 Changeset [10685] by
-
#1772: Tracking building blocks: worked on tracking logic and on the FragmentView.
- 17:17 Changeset [10684] by
-
#1837: Added quality analyzer in template files for sliding window GP.
- 17:03 Changeset [10683] by
-
#1837: updated template files for sliding window GP.
- 15:17 Changeset [10682] by
-
#1837: Corrected output directories in sliding window branch.
- 13:38 Changeset [10681] by
-
#1837: Corrected project files and merged trunk changes to the sliding window branch.
- 13:26 Changeset [10680] by
-
#1837: Added DataAnalysis.Symbolic.Regression to the sliding window branch.
- 13:22 Changeset [10679] by
-
#1837: Added DataAnalysis.Symbolic.Classification to the sliding window branch.
- 13:20 Changeset [10678] by
-
#1837: Removed copy of plugins, which were added anew, in sliding window branch.
03/28/14:
- 16:23 Changeset [10677] by
-
#1772: Improved usage of GenealogyGraph and GenealogyGraphNode classes. Made some progress on building block tracing.
03/27/14:
- 12:49 Changeset [10676] by
-
- Data preprocessor now works with all types of data analysis problems. Only in case of a symbolic data analysis problem the inverse transformation information is added.
- 02:18 Changeset [10675] by
-
#1772: Fixed genealogy graph creation.
03/26/14:
- 17:14 Changeset [10674] by
-
#1772: Found bug in GenealogyGraph creation, attempted fix by injecting vertex guid's in the individual scopes.
- 16:37 Changeset [10673] by
-
- Preprocessing Plugin now uses ISymbolicDataAnalysisProblem instead of IDataAnalysisProblem
- Added TransformationCollection to ISymbolicDataAnalysisProblem as hidden parameter
- 16:11 Changeset [10672] by
-
- change function headers in manipulationlogic to interface datatypes
- implemented find and replace logic
- 16:09 Changeset [10671] by
-
created LinearTransformation (not ready yet)
- 15:41 Changeset [10670] by
-
- cast all objects of matrix to heuisticlab strings
- 15:30 Changeset [10669] by
-
Transformation: changed properties, moved to HeuristicLab.DataPreprocessing.Transformations
- 15:25 Changeset [10668] by
-
Change CTRL+F and CTRL+R to be executed when key down (is more usability friendly)
- 15:13 Changeset [10667] by
-
Dont calculate filter preview when no constraintdata
- 14:51 Changeset [10666] by
-
- initialize filterlogic list with true
- 14:39 Changeset [10665] by
-
prepared TransactionalPreprocessingData to work with Transformations
- 14:26 Changeset [10664] by
-
initial commit of abstract base class "Transformation" in DataPreprocessing plugin.
- 14:10 Changeset [10663] by
-
removed unnecessary check for IsNan in GetAverage
- 13:44 Ticket #2173 (Wrong argument is passed into base constructor in ComparisonConstraint) created by
- A constructor from the ComparisonConstraint forwards the wrong …
- 13:42 Changeset [10662] by
-
Strange using added by visual studio, removed again
- 13:34 Changeset [10661] by
-
Cache Missing value dedection
- 12:25 Changeset [10660] by
-
Improved performance for RowUpdateHeaders()
- 11:17 Changeset [10659] by
-
- improved performance, cell painting only if necessary
- 10:52 Changeset [10658] by
-
Created base view PreprocessingChartView for LineChartView and HistogramView. Replaced HistogramLogic and LineChartlogic with ChartLogic. Added base content ChartContent for LineChartContent and HistogramContent.
- 10:12 Changeset [10657] by
-
- remove references to .resx files
- 01:52 Changeset [10656] by
-
#1772: Re-added old behavior: highlight received fragment when genealogy graph node is clicked.
03/25/14:
- 17:17 Changeset [10655] by
-
#1772: Made some progress towards the visualization of building block trajectories. Added the FragmentGraphView.
03/24/14:
- 23:50 Changeset [10654] by
-
#1772: Some progress on tracking fragments and building blocks, still incomplete.
- 18:01 Changeset [10653] by
-
#2171: corrected build configuration for x86 and x64
- 17:05 Changeset [10652] by
-
#2152:
Added unit test which loads all available VRP instances to check correct interpreter lookup.
(Same approach as QAPLIBInstancesTest)
- 16:59 Changeset [10651] by
-
- Lookup for appropriate Interpreter now causes an InvalidOperationException if no or more than one interpreter is found.
- Put InterpreterDataType extraction into new method for better readability.
- 16:59 Changeset [10650] by
-
#1772: Added new SymbolicDataAnalysisGenealogyView and added support for the tracing of building blocks (finding the constituent ancestral elements of a selected subtree).
- 16:56 Changeset [10649] by
-
#1772: Merged trunk changes (related to the ReingoldTilfordLayoutEngine).