Timeline
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
02/04/19:
02/02/19:
- 11:23 Changeset [16585] by
-
#2520 Update HEAL.Attic to pre03
- 06:27 Changeset [16584] by
-
#2520 added missing StorableType attributes
02/01/19:
- 11:20 Changeset [16583] by
-
#2987: Implement better uniform weight generation, objective scaling, algorithm Pause support.
01/31/19:
- 15:45 Documentation/Reference/ExactOptimization edited by
- (diff)
- 13:50 Documentation/Reference/ExactOptimization edited by
- (diff)
01/30/19:
- 16:27 Documentation/Reference/ExactOptimization edited by
- (diff)
- 15:08 Ticket #2988 (Models of Models) created by
- The main idea is to use Simple Symbolic Formulas generated offline …
- 14:50 Documentation/Reference/ExactOptimization created by
01/29/19:
- 17:45 Changeset [16582] by
-
#2931: solved the issues found during the review
- 12:44 Changeset [16581] by
-
- Check if treeNode exists for specific intervals in SimplifierView
- GridView fills space in NamedIntevalsView
- 10:33 Ticket #2976 (SampleProportionalWithoutRepetition with Windowing may cause a ...) closed by
- done: r16580: Merged r16496 into stable.
- 10:33 Changeset [16580] by
- 10:02 Changeset [16579] by
-
#2520: try fall-back to old persistence for all exceptions that might occur in persistence
- 09:51 Changeset [16578] by
-
#2520: changed unit tests which load old samples and try storing and loading using the new format to recreate all sample files first
- 09:48 Changeset [16577] by
-
#2520: added missing StorableType attributes for interfaces
- 09:41 Changeset [16576] by
-
#2520: changed Fossil -> Attic in VS Code Fix