Timeline
01/24/22:
- 22:07 Changeset [18209] by
-
#3134: bug fix in combination with interpreters that iterate over the variables in a dataset.
- 21:45 Changeset [18208] by
-
#3134: bugfixes and improvements
01/21/22:
- 12:15 Changeset [18207] by
-
- updated test cases for StructureTemplateSymbolicRegressionProblem
- updated optimizer template for StructureTemplateSymbolicRegressionProblem
- updated project file for HeuristicLab.Problems.DataAnalysis.Symbolic.Regression (forgot to include last commit)
- 11:59 Changeset [18206] by
-
- renamed StructuredSymbolicRegressionSingleObjectiveProblem to StructureTemplateSymbolicRegressionProblem
- 11:51 Changeset [18205] by
-
- changed visibility of string constants in TypeCoherentExpressionGrammar from private to public
- changed default grammar for SubFunction
01/18/22:
- 16:35 Changeset [18204] by
-
#3040 Improved performance by avoiding allocating memory for vector segments & fixed some index bounds corner cases.
01/17/22:
- 21:34 Changeset [18203] by
-
#3145: fixed a bug in the infix formatter introduced in my earlier commit
- 15:43 Changeset [18202] by
-
#3040 Fixed best result analysis for non-plus selection.
- 13:25 Changeset [18201] by
-
#3040 Improved handling of "None" Enum flags.
- 08:18 Changeset [18200] by
-
#3136: Improved item name and description of structured symreg problem.
01/14/22:
- 15:58 Changeset [18199] by
-
#3136: Fixed parsing of variables in subfunctions.
- 15:11 Changeset [18198] by
-
#3136: Fixed error in structur GP if only one numeric parameter is present in the template by providing a new copy crossover for real vectors.
- 12:06 Changeset [18197] by
-
#3136: Ommited parameter optimization of variable weights in the template part of the tree.
- 10:04 Changeset [18196] by
-
#3136: Fixed bug in adjustment of linear scaling terms.
- 09:49 Changeset [18195] by
-
#3136: Refactored creation of subfunctions in StructureTemplate.
- 08:33 Changeset [18194] by
-
- Added handling of numeric parameters in structur GP problem by using a real vector encoding.
- Configured grammar in sub function.
- Added property for numeric parameters in structure template.
01/13/22:
- 16:32 Changeset [18193] by
-
#3040 Added additional parameters and fixed index generation for random search ranges.
- 16:28 Changeset [18192] by
-
- Extracted parameter optimization into dedicated helper utility.
- Implemented evaluation in the structured SymReg problem directly.
- 14:01 Changeset [18191] by
-
#3136: Extracted linear scaling functionality in a dedicated helper class.
- 11:35 Changeset [18190] by
-
#3136:
Added parameters for paramter optimization / linear scaling in StructeredSymRegProblem.
Added license headers to StructureTemplate and StructeredSymRegProblem.
Fixed type in NMSEConstraint evaluator.
01/12/22:
- 16:23 Changeset [18189] by
-
#3136: Fixed name of MultiEncodingCreator.
- 15:54 Changeset [18188] by
-
#3136: Fixed backwards compatibility of StructureTemplate
- 15:07 Changeset [18187] by
-
#3136: Refactored saved trees in structure template.
- 14:49 Changeset [18186] by
-
#3040 Added first version of SegmentOptimization Mutators.
- 14:17 Changeset [18185] by
-
#3136: Removed unused view SubFunctionListView.
- 14:09 Changeset [18184] by
-
#3136: Refactored structured GP problem.
01/11/22:
- 11:09 Changeset [18183] by
-
#3136: Fixed bug in paramter optimization code of NMSE evaluator (tree has never been updated).
- 09:50 Changeset [18182] by
-
- fixed missing/wrong event registration for SubFunction and StructuredSymbolicRegressionSingleObjectiveProblem
01/10/22:
- 15:17 Changeset [18181] by
-
- added the class ExtendedConstraint which represents an expression (the transformation of the found model) and the corresponding shape constraints
- added a list of ExtendedConstraint in NMSESingleObjectiveConstraintsEvaluator to make future tests/experiments (exists only temporarily in NMSESingleObjectiveConstraintsEvaluator, will be moved later)
- 10:15 Changeset [18180] by
-
- merged trunk into branch