Timeline
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
10/29/16:
10/24/16:
- 19:04 Changeset [14358] by
-
#2686: in the constants optimizer the variable weight must be multiplied to the variable value even when variable weights are not updated by the constants optimizer
- 14:20 Changeset [14357] by
-
#2685: Minor refactor
- 10:17 Changeset [14356] by
-
#2685: Fix exception with symbols with no children (sequence contains no elements), factor out common code in separate methods.
10/23/16:
- 19:50 Changeset [14355] by
-
#2685: Add correction step to account for grammar cycles. Update unit test/
- 19:33 Changeset [14354] by
-
#2685: Revert accidental commit.
- 19:31 Changeset [14353] by
-
#2685: Add correction step for values miscalculated due to cyclical symbol dependencies in the grammar. Updated unit test.
- 18:49 Changeset [14352] by
-
#2685: Refactored length and depth calculation and updated unit tests.
- 09:44 Changeset [14351] by
-
#2650: merged r14332:14350 from trunk to branch
- 09:22 Changeset [14350] by
-
#2687: added support for lagged variables to infix parser and formatter
- 08:39 Changeset [14349] by
-
#2686: added support for lagged variables to constants optimizer
10/22/16:
- 11:19 Changeset [14348] by
-
#2673: removed button for variable impacts calculation and implemented a separate SolutionView instead. Fixed a bug in Regression/RegressionSolutionVariableImpactsCalculator
- 10:21 Changeset [14347] by
-
#2677: extended infix parser and infix formatter to support functions with multiple arguments
- 09:38 Changeset [14346] by
-
#2690: removed unnecessary plugin dependency