Timeline
01/04/22:
- 12:01 Changeset [18179] by
-
#3136: improved parameter optimization for NMSEConstraintsEvaluator. Use LM directly instead of lsfit to improve efficiency by using vectorized callbacks.
- 10:43 Changeset [18178] by
-
#3136 copied code with minor modifications from ParameterOptimizationEvaluator into the NMSEConstraintsEvaluator because the code in ParameterOptimizationEvaluator uses R² internally and is incompatible to the NMSEEvaluator.
01/03/22:
- 16:37 Changeset [18177] by
-
#3136: removed a special case from the Evaluate method because it can never be true (maximization is fixed to false).
- 12:23 Changeset [18176] by
-
#3136: merged r18165:18174 from trunk to branch (resolving conflicts in the parser)
- 11:49 Changeset [18175] by
-
#3140: merged r18136:18138,r18153,r18165:18174 from trunk to branch
01/02/22:
- 21:19 Changeset [18174] by
-
#3140: fixed a bug in the calculation of derivatives introduced with changes in the NumberSymbols branch
12/27/21:
- 11:00 Changeset [18173] by
-
#2938: fixed BottomUpSimilarityCalculatorTest because the parser now parses (a - b) as (- a b) instead of (+ a (- b))
- 10:59 Changeset [18172] by
-
#3145: removed unnecessary parenthesis in InfixExpressionFormatter (and adapted the unit tests slightly)
- 10:57 Changeset [18171] by
-
#2938: fixed a bug in the parser
- 09:57 Changeset [18170] by
-
#3145 changed unit tests to check new expected output (unnecessary parenthesis removed) --> unit tests fail
- 09:43 Ticket #3145 (Reduce the number of parentheses produced by the expression formatter ...) created by
- The formatter produces unnecessary parentheses for some expressions …
- 09:39 Changeset [18169] by
-
#2938: fixed parsing of subtraction and division as well as parsing of unary sign. Additionally, fixed parsing if negative initial values for number symbol (see #3140)
12/26/21:
- 21:14 Changeset [18168] by
-
#2938 changed the expected outputs to reflect the expected behaviour
- 21:10 Changeset [18167] by
-
#2938 changed unit test for InfixParser to actually check the results
- 20:49 Changeset [18166] by
-
#3047: set SuppressKeyPress=true in all controls that handle the Enter key explicitly (except for dialogs).
- 20:38 Changeset [18165] by
-
#3047: fixed 'ding' sound on enter for StringConvertibleValueView