Timeline
11/11/16:
- 16:16 Changeset [14388] by
-
- Implemented (re)checking of variables in multi-scatterplot.
- Added 2 sliders for changing the chart size.
- 14:31 Changeset [14387] by
-
#2700 created initial branch
- 14:24 Ticket #2701 (Implementation of MemPR) created by
- MemPR is short for MEMetic Path Relinking algorithm. It is a …
- 14:17 Changeset [14386] by
-
#2699 moved RadialBasisFunctions from Problems.SurrogateProblem to Algorithms.DataAnalysis
- 13:45 Changeset [14385] by
-
#2699: created branch for radial basis functions regression
- 13:14 Ticket #2700 (t-Distributed Stochastic Neighbor Embedding) created by
- t-Distributed Stochastic Neighbor Embedding (t-SNE) is a technique for …
- 12:26 Changeset [14384] by
-
#2698 Implemented unchecking of variables in multi-scatterplot.
- 11:49 Ticket #2699 (Radial Basis Function Regression) created by
- Radial Basis Functions are yet another type of regression model often …
- 00:25 Blog: Modeling scheduling problems with HeuristicLab created by
11/10/16:
- 15:26 Changeset [14383] by
-
#2679: Sync outer and inner optimizer states (fix pause/resume and stop issues).
11/09/16:
- 16:36 Changeset [14382] by
-
#2698 Forgot to uncomment abstract keyword.
- 16:20 Changeset [14381] by
-
- Refactored CheckedVariablesView out of the ChartView to allow reuse of the checked variables list.
- The new list visualizes the non-input/target variables in gray.
- Added context menu to quickly (un)check all variables or only the inputs+target variables.
- In the Multi-Scatterplot
- New structure and layout of the single charts to support fixed header rows and columns (for the variable names). Instead, removed the legend of each plot for better usage of plot area.
- Adapted the new CheckedVariablesView (but hidden until (un)checking is implemented).
- Refactored CheckedVariablesView out of the ChartView to allow reuse of the checked variables list.
- 15:47 Ticket #2698 (Multi-Scatterplot in Preprocessing crashes HL with high number of variables) created by
- Because the number of charts in the multi-scatterplot scales quadratic …
- 15:15 Changeset [14380] by
-
#2679: Add GoalSeekingOptimizer and GoalSeekingOptimizerView.
- 14:55 Changeset [14379] by
-
#2679: Use an item list for models in the goal seeking problems instead of an item collection. Update encoding instead of creating a new one when inputs are changed.
- 10:49 Changeset [14378] by
-
- created a folder for all classes related to transformation from and to trees
- created a transformator which takes a tree and uses AutoDiff to produce a function and gradient function for the tree.
- moved code from SymbolicRegressionConstantOptimizationEvaluator to TreeToAutoDiffTermTransformator to make AutoDiff for trees more accessible
- 09:43 Ticket #2697 (Refactor certain parts for data-based modeling) created by
- * Move translation to AutoDiff out of evaluator * Create …
- 09:40 Changeset [14377] by
-
#745: added alpha to description of penalty parameter
11/08/16:
- 17:10 Documentation/DevelopmentCenter edited by
- added links to project templates (diff)
- 16:43 Ticket #2696 (Clear BestKnownSolution and BestKnownQuality when problem instances changes) created by
- The BKS and BKQ might likely be invalid when the instance data …
11/07/16:
- 14:06 Changeset [14376] by
-
#2672: Updated cloning mechanism to conform to the HL standard.
- 08:40 Changeset [14375] by
-
#745: 'Coefficient values' -> 'Coefficients'
11/05/16:
- 19:30 Changeset [14374] by
-
#745 added number of variables as secondary axis to the chart for coefficient values and changed x-axis to log-scaled.
- 09:06 Changeset [14373] by
-
#745:
- using a line chart (IndexedDataTable) instead of a scatter plot
- added number of variables (non-zero coefficients) to the line chart
- 08:14 DevelopersTeam edited by
- (diff)
11/04/16:
- 18:04 Changeset [14372] by
-
#2672: Adapted OnlineAccuracyCalculator to use correct deep cloning pattern.
- 17:46 Changeset [14371] by
-
#2663: Fixed minor type in comment of PreprocessingChartView (uncheckt -> unchecked).
- 17:33 Changeset [14370] by
-
#745: Addressed some easy to implement review comments:
- missing license header
- renaming of variables
- extracted DLLImports into a separate file
- corrected plugin dependencies
11/03/16:
- 15:03 Ticket #2695 (Line charts for regression should show an ID column along the x-axis) created by
- For instance if the data are ordered by time the time should be shown …
- 12:47 Changeset [14369] by
-
#2694: Created the ExportDialog lazily.
- 12:43 Ticket #2694 (Lazy-loading of the ExportDialog in the EnchancedChart) created by
- The ExportDialog is currently instantiated during the constructor of …
- 12:01 Ticket #2693 (Allow multi-selection for columns in the datagrid in the ...) created by
- This is for example convenient if multiple columns should be deleted
11/02/16:
- 21:11 Changeset [14368] by
-
#2690: recalculate RF if required before extracting a specific tree
10/31/16:
- 19:03 Changeset [14367] by
-
#2692: show constants = 1.0 directly in the formula. Also fixed a bug for division with only one argument.
- 17:13 Changeset [14366] by
-
svn:ignore
- 17:13 Changeset [14365] by
-
added template for regression problem instance providers
- 16:38 Ticket #2692 (The 'mathematical view' for symbolic expressions should show factors = ...) created by
- Especially the expression 1/f(x) occurs frequently and would be easier …
- 15:11 Changeset [14364] by
-
implemented random search for binary problems
- 14:53 Changeset [14363] by
-
svn:ignore and missing project file
- 14:52 Changeset [14362] by
-
added algorithm template
- 14:25 Changeset [14361] by
-
svn:ignore
- 14:25 Changeset [14360] by
-
added empty plugin template
- 14:04 Changeset [14359] by
-
Added a branch for HeuristicLab templates