Timeline
02/25/21:
- 19:18 Changeset [17849] by
-
#3106 register event handlers in storable hook
- 19:12 Changeset [17848] by
-
#3106 initial import of code (translated from HL script)
- 15:39 Changeset [17847] by
-
#3106 renamed folder
- 15:39 Changeset [17846] by
-
#3106 created branch
- 15:37 Ticket #3106 (Implementation of Analytic Continued Fractions for Regression) created by
- See https://arxiv.org/abs/2001.00624 The implementation is done …
- 15:20 Changeset [17845] by
-
#3102: Add constructor taking original problem data and new dataset.
02/24/21:
- 22:22 Changeset [17844] by
-
#3087: Implement NativeInterpreter and ParameterOptimizer classes. The ParameterOptimizer offers an interface to Ceres and its options and to the variable projection optimization method. Added unit tests.
02/23/21:
- 16:36 Changeset [17843] by
-
- removed property ConvertableType from all converters
- removed the option to fixate or loosen the path of JsonItems (obsolete)
- added a abstract formatter SymbolicRegressionSolutionFormatterBase as base formatter for ISymbolicRegressionSolution
- unified the construction of exporter controls
- code cleanup
- 12:32 Changeset [17842] by
-
#3105 created branch to implement a python formatter for ISymbolicExpressionTree
02/22/21:
- 14:18 Ticket #3105 (Python Formatter for ISymbolicExpressionTree) created by
- adding a new formatter for ISymbolicExpressionTree to format a tree to …
02/17/21:
- 23:05 Changeset [17841] by
-
#3104: Corrected typo in comment.
- 23:03 Changeset [17840] by
-
#3104: Fixed copying of values from a StringConvertibleMatrixView.
- 22:56 Ticket #3104 (Copied text from a StringConvertibleMatrixView does not include every ...) created by
- When cells are selected with the cursor keys or pos1, end, page up and …
02/16/21:
- 17:22 Changeset [17839] by
-
#2898: Fixed base ctor call in Spline1dModel.
- 12:05 Ticket #3045 (Dialog for compilation warnings and errors) closed by
- done
- 12:05 Changeset [17838] by
- 12:00 Ticket #3061 (Typo in parameter name for SimpleSymbolicExpressionTreeGrammar.AddSymbols) closed by
- done: r17837: Merged r17458 into stable.
- 12:00 Changeset [17837] by
02/12/21:
- 21:13 Changeset [17836] by
-
#3103: Add first draft of G-SEMO algorithm
- 18:17 Ticket #3103 (Add G-SEMO multi-objective EA) created by
- G-SEMO is a mutation-only multi-objective EA that builds on the same …
- 16:26 Changeset [17835] by
-
#3102: Add ClassificationProblemData constructor that explicitly takes class names and positive class value arguments, adapt code.
- 15:24 Changeset [17834] by
-
- added ResultFormatter to add an extra layer of result transformation logic (converting a result value to a string with a defined logic, e.g. MatlabResultFormatter for ISymbolicRegressionSolution)
- extended the IResultJsonItem with two properties for result formatting
- added a new control to selected a result formatter for a result value
- refactored the Runner for the new result formatting process
02/11/21:
- 15:26 Ticket #3053 (PositiveClass value cannot bet set in the SolutionComparisonView if ...) closed by
- duplicate: Replying to gkronber: > Duplicate of #2806? Yes, …
- 15:25 Ticket #2806 (Positive class value setting from classification problems is not set ...) closed by
- duplicate: Superseeded by #3102
- 15:25 Ticket #3102 (Enable passing dataset and class names in ClassificationProblemData ...) created by
- = Summary = - Creating a copy/clone of a problem data object is a …