Timeline
12/08/21:
- 19:30 Changeset [18110] by
-
#3073 fix syntax problem for C# 7.0
- 18:36 Changeset [18109] by
-
#3017: QAP.Views project called SubWCRev explicitly even though it is already called in PreBuildEvent. Probably has been introduced in a search/replace operation.
- 18:34 Changeset [18108] by
-
#3073 actually use variable ranges specified in the constructor
- 15:37 Changeset [18107] by
-
#3073 changed ProblemData loading of IShapeConstrainedRegressionProblems to make sure we can also load ShapeConstrainedRegressionProblemData objects correctly without losing shape constraints
- 12:57 Changeset [18106] by
-
#3075 changed noise levels for Feynman instances (noise lvl=1 is not useful for the new calculation style)
12/03/21:
- 16:01 Changeset [18105] by
-
- merged branch back into trunk
- 13:46 Changeset [18104] by
-
- overrode the method GetActualValue in ValueLookupParameter to get the default value when the execution context is null
- reverted the linear scaling logic for NMSESingleObjectiveConstraintsEvaluator
- in SymbolicRegressionConstantOptimizationEvaluator: removed the usage of GenerateRowsToEvaluate because it uses lookup parameters
- set the value of RelativeNumberOfEvaluatedSamplesParameter for SymbolicRegressionConstantOptimizationEvaluator in StructuredSymbolicRegressionSingleObjectiveProblem if Maximization = true and the SymbolicRegressionConstantOptimizationEvaluator is configured as evaluator
- added the SubFunctionSymbol in TreeToAutoDiffTermConverter
12/02/21:
- 17:23 Changeset [18103] by
-
- refactor the evaluation logic of NMSESingleObjectiveConstraintsEvaluator
- refactor the new method Evaluate for PearsonRSquaredAverageSimilarityEvaluator
- change the parameter order of some evaluate/calculate methods
- 17:04 Changeset [18102] by
-
- split if statement for tree length parameter to allow the possiblity to add the parameter (without removal)
- change the if statement structure of UpdateCounterParameter to be consistent
12/01/21:
- 14:19 Changeset [18101] by
-
- recreated problem instance Asdzadeh1 as SheetBendingProcess
- SheetBendingProcess is located in Physics and provided by Physics/PhysicsInstanceProvider
- 13:40 Changeset [18100] by
-
- some more refactoring
- added possibility to set value of num nodes in infix parser
- changed displaying style of number
- 10:43 Changeset [18099] by
-
- set the default template to f(_) when loading a new problem data
- fixed a bug which caused the drawing of uncolored SubFunctionTreeNodes after using the window splitter
- implemented a method to paint nodes of SubFunctionTreeNode as colored nodes for ISymbolicDataAnalysisModel
- 10:26 EvoSoft edited by
- (diff)
- 10:22 EvoSoft edited by
- (diff)
- 10:21 EvoSoft edited by
- (diff)
- 09:02 Changeset [18098] by
-
#3040 Added support for multi-row data for SOP instances where the segment aggregation results are averaged over multiple rows.
11/30/21:
- 15:49 Changeset [18097] by
-
#3040 Added SOP instances from csv file with vectors.
11/29/21:
- 09:50 Changeset [18096] by
-
#3040 Added instance provider for segment opt problem with WIP instances.
- 07:24 Ticket #3141 (Context menu for nodes triggers remove action immediately in view for ...) created by
- In the view for simplification of symbolic regression models there are …
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