Timeline
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
01/04/22:
- 12:01 Changeset [18179] by
-
#3136: improved parameter optimization for NMSEConstraintsEvaluator. Use LM directly instead of lsfit to improve efficiency by using vectorized callbacks.
- 10:43 Changeset [18178] by
-
#3136 copied code with minor modifications from ParameterOptimizationEvaluator into the NMSEConstraintsEvaluator because the code in ParameterOptimizationEvaluator uses R² internally and is incompatible to the NMSEEvaluator.
01/03/22:
- 16:37 Changeset [18177] by
-
#3136: removed a special case from the Evaluate method because it can never be true (maximization is fixed to false).
- 12:23 Changeset [18176] by
-
#3136: merged r18165:18174 from trunk to branch (resolving conflicts in the parser)
- 11:49 Changeset [18175] by
-
#3140: merged r18136:18138,r18153,r18165:18174 from trunk to branch
01/02/22:
- 21:19 Changeset [18174] by
-
#3140: fixed a bug in the calculation of derivatives introduced with changes in the NumberSymbols branch