Timeline
08/30/18:
- 16:36 Ticket #2944 (Add generic multi-objective analyzers) created by
- For instance, the HypervolumeAnalyzer we have in 3.3.15 can only be …
- 14:18 Changeset [16120] by
-
#2939: Added utility methods GetRow and ClearValues in ModifiableDataset.
- 12:45 Changeset [16119] by
-
- Introduced check if there are no curves that satisfy the criterion of having at least 6 points
- 12:30 Changeset [16118] by
-
#2939: Organized methods in ModifiableDataset for row and variable modification.
- 11:32 Changeset [16117] by
-
#2839: merged [15377-16116/branches/2839_HiveProjectManagement] into trunk
- 11:05 Changeset [16116] by
-
#2839: worked on hive project management
- fixed plugin dependencies
- fixed NullReferenceException in HiveTaskView
- added cloning ctor for AssignedJobResource and AssignedProjectResource
- 10:24 Changeset [16115] by
-
#1888: renamed branch
- 10:04 Changeset [16114] by
-
#2605: renamed branch
- 10:02 Changeset [16113] by
-
#1836: renamed both branches that exist for this ticket
- 10:00 Changeset [16112] by
-
#2684 renamed branch to include ticket number
- 10:00 Changeset [16111] by
-
#2708: renamed branch
- 09:58 Changeset [16110] by
-
#1894: renamed branch
- 09:57 Changeset [16109] by
-
#2738: renamed branch
- 09:56 Changeset [16108] by
-
#2780 renamed branch to include ticket number
- 09:55 Changeset [16107] by
-
#2165: renamed branch
- 09:54 Changeset [16106] by
-
#2745 renamed branch to include ticket number
- 09:53 Changeset [16105] by
-
#2701: renamed branch
- 09:51 Changeset [16104] by
-
#2168: renamed branch
- 09:49 Changeset [16103] by
-
#1614: the exclusion of runs leads to somewhat unexpected results
- 09:47 Changeset [16102] by
-
#2213: some pending changes exploring the topic
- 09:46 Changeset [16101] by
-
#1680: renamed branch
- 09:42 Changeset [16100] by
-
#1966: renamed branch
- 09:38 Changeset [16099] by
-
#1955: renamed branch
- 09:36 Ticket #1807 (Data Analysis Service) closed by
- obsolete: r16098: removed branch
- 09:35 Changeset [16098] by
-
#1807: removed branch
- 09:32 Changeset [16097] by
-
#1776: renamed branch
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) …