Timeline
02/17/19:
- 22:56 Changeset [16613] by
-
#2989: Moving Peaks Benchmark
- fixed updates of best known quality
- added bounds for peak movement
- 12:09 Changeset [16612] by
-
#2990 branched trunk
- 12:02 Ticket #2990 (Variable-Impact-based Feature Selection) created by
- Using the variable impacts for iterative feature selection can …
- 05:21 Changeset [16611] by
-
#2989: Moving Peaks Benchmark
- added calculation of offline error
02/16/19:
- 06:53 Changeset [16610] by
-
#2925: added support for multiple training episodes (and log, exp functions)
- 05:27 Changeset [16609] by
-
#2989: Worked on Moving Peaks Benchmark
02/15/19:
- 17:06 Changeset [16608] by
-
#2989: Worked on Moving Peaks Benchmark
- 00:51 Changeset [16607] by
-
#2989: Worked on Moving Peaks Benchmark
02/14/19:
- 01:45 Changeset [16606] by
-
#2989: Started working on the Moving Peaks Benchmark
02/13/19:
- 22:22 Changeset [16605] by
- 22:14 Ticket #2989 (Moving Peaks Benchmark) created by
- Implement the Moving Peaks Benchmark Problem, introduced by J. Branke. …
- 17:29 Changeset [16604] by
-
#2925: efficiency improvements
- 16:04 Changeset [16603] by
-
#2925: scaling of residuals to target variance and update constant values directly in the tree
- 13:43 Changeset [16602] by
-
#2925: write back optimized constants to trees
- 10:14 Changeset [16601] by
-
#2925: refactored dynamical modelling code
02/12/19:
- 13:59 Changeset [16600] by
-
#2925: made some simplifications (Vector) to aid debugging.
02/11/19:
- 18:12 Changeset [16599] by
-
#2925: changed code to use LM instead of LBFGS and removed standardization
- 17:28 Changeset [16598] by
-
- added problem definition
- added improvers and crossover
- added file importer
- 14:15 Changeset [16597] by
-
#2925: made some adaptations while debugging parameter identification for dynamical models
02/08/19:
- 14:11 Changeset [16596] by
-
- Extended evaluator with linear scaling
- Added constructor to IntervalConstraint
02/07/19:
- 17:50 Changeset [16595] by
-
#2520 changed a comment
- 17:50 Changeset [16594] by
-
#2520 added unit tests for profiling old vs new persistence with samples
- 10:24 Changeset [16593] by
-
#2971 changed cubic and square symbol at interval arithmetic
02/06/19:
- 16:16 Changeset [16592] by
-
- Added ContainsInterval method in Interval
- Some renaming
- Added ConstraintAnalyzer to SymbolicRegressionProblem
- Added Counter for constraint violations in analyzer
- 14:41 Changeset [16591] by
-
#2971 Fixed checking if a given interval is in another interval
- 14:37 Changeset [16590] by
-
#2971
Interval-Parser:
- Changed Parser ==> after last group there can be now an infinite amount of whitepsaces
- Save userinput as property
- Save variable case-sensitive
NamedIntervals
- Changed Storable attribute from IEnumerable to KeyValuePair, because old Persistance cant handle IEnumerable
Added SymbolicRegressionConstraintAnalyzer
SymbolicRegressionSingleObjectiveConstraintPearsonRSquaredEvaluator
- Fixed checking if a given interval is in another interval
02/05/19:
- 14:50 Changeset [16589] by
-
- Added new Evaluator to evaulate Pearson RSquared with repsect to given constraints
- changes in SymbolicRegressionSolution
- 13:22 Changeset [16588] by
-
#2971 Changed variableIntervals from ObservableDictionary to Dictionary
- 10:16 Changeset [16587] by
-
- Added TextValueView
- Added IntervalConstraint Parser
This two classes will be moved to another plugin
- 10:12 Changeset [16586] by
-
#2971
Added IntervalConstraint Parameter and some fixes