Timeline
08/29/18:
- 18:16 Changeset [16096] by
-
- Changed calculation of correlation length (using limit introduced Hordijk 1996)
- Changed RuggednessCalculator (no more a HL item)
- Added additional, information-analysis-based features for directed walks
- Added generic DirectedWalk algorithm (as described in thesis)
- Made OneSizeInstanceProvider parametrizable
- Adapted program for analyzing problem instance reidentification
- 16:45 Changeset [16095] by
-
#2839: worked on hive project management
- removed usage of null-conditional operator
- 16:01 Changeset [16094] by
-
#2839: worked on hive project management
- removed usage inline out variables and string interpolation
- 15:38 Changeset [16093] by
-
#2839: worked on hive project management
- removed usage of null-conditional operator
- 13:02 Documentation/DevelopmentCenter/IntegrateHeuristicLab edited by
- Adapted because 3.3.15 provides non-blocking Start method (diff)
- 09:48 Ticket #2943 (Allow all multiobjective BasicProblems for MO-CMAES) created by
- The MO-CMA-ES should not be restricted to only test functions, but …
- 09:44 Changeset [16092] by
-
#2839: merged [16057-16091/trunk] into branch
- 09:29 Changeset [16091] by
-
#2839: worked on hive project management
- updated app/web configs and settings
08/28/18:
- 11:27 Changeset [16090] by
-
#2886: Explicitely store all pareto-optimal RegressionSolution objects at the end of the algorithm.
- 09:48 Changeset [16089] by
-
#2839: updated setting enabled state of controls in project view
08/27/18:
- 19:03 Changeset [16088] by
-
#2886: Store pareto-optimal sentences (quality/complexity) to grammar enumeration.
- 11:45 Ticket #2927 (Bachelor thesis: .NET Core migration) closed by
- duplicate: Duplicate of #2924.
- 11:43 Changeset [16087] by
-
#2927: Removed branch 2927_DotNetCoreMigration as ticket #2927 is a duplicate of #2924.
08/23/18:
- 10:47 Ticket #2942 (KNN-Regression/Classification should allow "self" points) created by
- In the prediction of the kNN-Model it is currently disallowed to …
- 09:56 Changeset [16086] by
-
#2941 added divion-by-zero check to scaling
08/22/18:
- 14:03 Ticket #2941 (Allow zero-variance features in k-nearest Neighbours) created by
- K-nearest neighbor regression/classification can not handle …
08/21/18:
- 16:42 Changeset [16085] by
-
#2940: Fixed linear model conversion if only factor variable coefficients are present and slightly refactored in according CreateTree method.
- 16:35 Ticket #2940 (Linear regression drops the constant offset if only string variables ...) created by
- The error happens when transforming the coefficients into a symbolic …
08/17/18:
- 09:35 Changeset [16084] by
-
- allowed variables to be added if dataset contains no rows
- refactored AddVariable to use InsertVariable
- 09:33 Ticket #2939 (Variables cannot be added to an empty ModifiableDataset) created by
- Currently, variables cannot be added to a ModifiableDataset if it …
08/16/18:
- 18:03 Ticket #2938 (The parser for symbolic expressions in infix form parses negative ...) created by
- Some examples: - Input: -1.0*x + 2.0 - Expected: […] - …
- 09:45 Changeset [16083] by
-
#2937: added symbol for AQ and support for AQ in interpreter and AutoDiff converter
- 09:42 Changeset [16082] by
-
created branch for #2937
- 09:26 Changeset [16081] by
-
#2929: added a script to start PGE with command line parameters
- 09:19 Changeset [16080] by
-
#2929 initial commit of working PGE version
- 09:06 Changeset [16079] by
-
#2929 added a testfile
- 08:55 Ticket #2937 (Support for "analytical quotient" function in symbolic regression) created by
- Analytical quotient is a 'replacement' for protected division. aq(a,b) …