Timeline
06/28/21:
- 13:32 Ticket #3130 (VariableRanges should be available for all ProblemData) created by
- VariableRanges are only available in RegressionProblemData. However, …
- 11:13 Changeset [18000] by
-
#3129: Fix compilation error in RegressionProblemData.
- 10:35 Changeset [17999] by
-
#3129: Work on variable range calculation of datasets.
Renamed method to calculate variable ranges to a more appropriate method name.
Added possibility to ignore NaNs for range calculation.
- 10:26 Ticket #3129 (VariableRanges of RegressionProblemData are invalid if one NaN is present) created by
- If any value of a dataset variable is missing (NaN) the whole …
06/27/21:
- 16:37 Changeset [17998] by
-
#3127 added HEAL.VarPro for L2 regularized variable projection
- 15:30 Changeset [17997] by
-
#3127: merged r17992:17993 from trunk to branch
- 15:26 Changeset [17996] by
-
#3087 reverse merge of 17991
06/22/21:
- 18:28 Changeset [17995] by
-
- added additional parameters to enable different evaluation options
- added additive restrictions
- added additional implementations for dynamic restrictions:
- dynamic intervalls
- exponatial smoothing
- rising multiplier
- adapted IntervalUtil to get model bounds and refactored some sections
- adapted ShapeConstraintsParser for added features
- added a ResultCollection in SymbolicRegressionSolution for shape constraint violations
- 18:16 Changeset [17994] by
-
- added MetaModelAnalyzer to analye solutions for additinal problem instances
06/17/21:
- 08:23 Changeset [17993] by
-
#3073: changed compatibility check for IntervalInterpreter to be more specific for integer powers (see r17780)
- 08:01 Changeset [17992] by
-
#3017 minor fixes in comments
06/16/21:
- 21:35 Changeset [17991] by
-
#3128: first dump of exploratory work-in-progress code to make sure the working copy is not lost.
- 21:28 Changeset [17990] by
-
#3128 created a branch
- 21:26 Ticket #3128 (Prediction intervals for non-linear regression solutions) created by
- We should be able to produce prediction intervals for all symbolic …
- 21:15 Changeset [17989] by
-
#3087: updated native dlls for NativeInterpreter to a version that runs on Hive infrastructure. Some smaller changes because of deviations in the independently developed implementations (in particular enum types).
- 20:40 Changeset [17988] by
-
#3127: initial import of VarProMRGP implementation (depends on new NativeInterpreter which supports VarPro)
- 20:33 Changeset [17987] by
-
#3127 create a branch to commit my exploratory code
- 20:30 Ticket #3127 (Exploration of multiple regression genetic programming MRGP) created by
- Not a correct implementation of MRGP …