Timeline
12/15/21:
- 14:49 Changeset [18134] by
-
- added a new information box for StructureTemplate in StructureTemplateView with an extended description about structure templates
- 14:47 Changeset [18133] by
-
- updated interpeters of type ISymbolicDataAnalysisExpressionTreeInterpreter to support symbols of type SubFunctionSymbol
- 11:50 Changeset [18132] by
-
#3140: merged r18091:18131 from branch to trunk
- 11:46 Changeset [18131] by
-
#3140: fixed results for ShapeConstrainedRegressionSampleTest
- 11:36 Changeset [18130] by
-
#3140 fixed a problem in the DerivativeCalculator for powers with constant exponents
- 11:35 Changeset [18129] by
-
#3140: updated grammars again to use number instead of constant (fixing a bug I introduced earlier) and updated samples again.
- 11:02 Changeset [18128] by
-
#3140: updated GP samples
- 11:02 Changeset [18127] by
-
#3140: added unit test to create sample for GP - Shape-constrained SymReg
- 10:52 Changeset [18126] by
-
#3140: various smaller changes in unit tests
- 10:41 Changeset [18125] by
-
- Fixed adding constants to foldedNodes
- 10:37 Changeset [18124] by
-
#3140: fixed handling of numbers in BatchInterpreter
- 10:34 Changeset [18123] by
-
#3140: fixed parsing of Numbers in SymbolicExpressionImporter
- 09:59 Changeset [18122] by
-
#3139: Deleted branch for parameter changes of SymbolicExpressionTreeLengthAnalyzer.
- 09:58 Changeset [18121] by
-
#3140: enable number instead of constant for default configurations in TypeCoherentExpressionGrammar
- 09:53 Changeset [18120] by
-
#3140: fix unit test for symbolic derivative
- 09:44 Changeset [18119] by
-
#3140: fix compilation errors in test solution
- 08:59 Changeset [18118] by
-
- Changed to set value of Constant symbol instead direct of ConstantTreeNode in InfixExpressionParser
12/14/21:
- 14:37 Changeset [18117] by
-
#3140 merged trunk to branch
- 14:31 Changeset [18116] by
-
- Added description for <num> and constants in NLR structure definition
- Set constant symbol as disabled in all grammars
12/13/21:
- 17:49 Changeset [18115] by
-
#3140: made several more changes for the constant -> number branch
- 10:25 Changeset [18114] by
-
#3140: made several more changes while reviewing the branch.
- 08:52 Ticket #3142 (SymReg functionality to remove for HeuristicLab 4.0) created by
- HeuristicLab provides several features for Genetic Programming / …
12/12/21:
12/11/21:
- 12:26 Changeset [18113] by
-
- Refactored ConstantOptimization ==> ParameterOptimization
12/09/21:
- 14:28 Changeset [18112] by
-
- Adding INumericSymbol and INumericTreeNode
- Using the new interfaces inside of interpreters and formatters
- Renaming Num to Number, RealConstant to Constant
- More classes refactored
- 07:20 Changeset [18111] by
-
#3073 fix exception when no variableRanges are given in the ctor for ShapeConstrainedRegressionProblemData
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.