Timeline
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 …
06/13/21:
- 19:36 Changeset [17986] by
-
#3106 Fixed a bug: training data were not resampled in restarts for local search. Made a few minor changes to match the description in the paper (introduced two parameters for local search and changed likelihood of variables to be included.)