Timeline
11/25/21:
- 15:32 Changeset [18095] by
-
- added a Evaluate method, which uses the static method Calculate and evaluates a ISymbolicExpressionTree without the need of an ExecutionContext
- implemented this new method in all single objective SymReg evaluators
- added a Evaluate method, which uses the static method Calculate and evaluates a ISymbolicExpressionTree without the need of an ExecutionContext
11/24/21:
- 14:40 Changeset [18094] by
-
#3040 Added missing StorableType and fixed cloning-ctor.
- 13:40 Changeset [18093] by
-
- Renaming Constant Symbol to Num, behaves like before
- Adding new Symbol RealConstant (Constant), this symbol behaves now like a real constant, won't be changed by parameter optimization or manipulators
- Refactored classes part1
11/23/21:
- 16:08 Changeset [18092] by
-
#3040 Added first draft of simple SegmentOptimizationProblem.
11/22/21:
- 08:39 Changeset [18091] by
-
#3140 Branch trunk
- 08:37 Ticket #3140 (Add new Symbol <Num>) created by
- Adding a new Symbol <num> which represents a number value that can be …
11/21/21:
- 22:33 Changeset [18090] by
-
#2521: made reference to HEAL.Attic private
- 22:27 Changeset [18089] by
-
#2521: Add evaluation result views
11/19/21:
- 16:39 Changeset [18088] by
-
#2521: Added storable type attribute to SupervisedDataAnalysisProblemData and license info to SupervisedDataAnalysisProblemData and GSEMO.
- 16:16 Changeset [18087] by
-
#2521: Merged latest trunk changes part II.
- 16:07 Changeset [18086] by
-
#2521: Merged trunk changes into branch.
- 15:35 Changeset [18085] by
-
#2521: added algorithm and problem lookup parameters
11/18/21:
- 15:55 Changeset [18084] by
-
- added a new problem data provider AsadzadehProvider and the correspondig instance Asadzadeh1
- implements the test setup of paper Symbolic regression based hybrid semiparametric modelling of processes: An example case of a bending process
- used the Asadzadeh1 instance in StructuredSymbolicRegressionSingleObjectiveProblem for default setup
- added the SubFunctionSymbol in DerivativeCalculator and IntervalArithBoundsEstimator
- added a new problem data provider AsadzadehProvider and the correspondig instance Asadzadeh1
11/15/21:
- 16:19 Changeset [18083] by
-
#3040 Added first draft of the SubVectorImprovementManipulator.
- 16:18 Changeset [18082] by
-
#3040: Added the ISymbolicDataAnalysisExpressionManipulator and necessary code analogously to the ISymbolicDataAnalysisExpressionCrossover.