Changes between Version 2 and Version 3 of Ticket #3142
- Timestamp:
- 12/13/21 18:10:08 (3 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #3142 – Description
v2 v3 2 2 3 3 Definitely remove: 4 - Automatically defined functions (ADF) 4 - Automatically defined functions (ADF), ArchitectureAlteringOperators 5 5 - Integral and derivative symbol 6 6 - ILEmitting interpreter 7 - ExpressionCompiled interpreter 7 8 8 9 Candidates: … … 13 14 - Tree grammars 14 15 - TimeSeries & Symbols 15 - Interpreters: ILEmitting, ...16 16 - Evaluators: LogResiduals, .... 17 17 - LM-BFGS as HL algorithm 18 - Combination of covariance functions ofGaussian processes18 - Combination of covariance functions for Gaussian processes 19 19 - tSNE 20 - ResponseFunctionView 20 - ResponseFunctionView, 'GradientView' 21 21 - SymbolicTrading 22 22 - GPR covariance optimization problem … … 24 24 - Robocode 25 25 - NN, NN ensemble (alglib) 26 - Interpreter: check solution with interval arithmetic (can be accomplished via shape-constrained SymReg) 27 - SymRegProblem: Apply linear scaling (do it via grammar) 28 - Transformations (for features) 29 - Pearson R² evaluator 30 - Power symbol 31 - BinaryFactorVariable symbol 32 - Robocode problem 33 - OverfittingAnalyzer 34 - ResidualsLineChart 35 - ResidualsHistogram 26 36 37