Free cookie consent management tool by TermsFeed Policy Generator

Timeline


and

01/04/22:

12:01 Changeset [18179] by gkronber

#3136: improved parameter optimization for NMSEConstraintsEvaluator. Use LM directly instead of lsfit to improve efficiency by using vectorized callbacks.

10:43 Changeset [18178] by gkronber

#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 gkronber

#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 gkronber

#3136: merged r18165:18174 from trunk to branch (resolving conflicts in the parser)

11:49 Changeset [18175] by gkronber

#3140: merged r18136:18138,r18153,r18165:18174 from trunk to branch

01/02/22:

21:19 Changeset [18174] by gkronber

#3140: fixed a bug in the calculation of derivatives introduced with changes in the NumberSymbols branch

12/27/21:

11:00 Changeset [18173] by gkronber

#2938: fixed BottomUpSimilarityCalculatorTest because the parser now parses (a - b) as (- a b) instead of (+ a (- b))

10:59 Changeset [18172] by gkronber

#3145: removed unnecessary parenthesis in InfixExpressionFormatter (and adapted the unit tests slightly)

10:57 Changeset [18171] by gkronber

#2938: fixed a bug in the parser

09:57 Changeset [18170] by gkronber

#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 gkronber
The formatter produces unnecessary parentheses for some expressions …
09:39 Changeset [18169] by gkronber

#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 gkronber

#2938 changed the expected outputs to reflect the expected behaviour

21:10 Changeset [18167] by gkronber

#2938 changed unit test for InfixParser to actually check the results

20:49 Changeset [18166] by gkronber

#3047: set SuppressKeyPress=true in all controls that handle the Enter key explicitly (except for dialogs).

20:38 Changeset [18165] by gkronber

#3047: fixed 'ding' sound on enter for StringConvertibleValueView

12/22/21:

19:34 SymReg edited by gkronber
add automatic redirect (diff)
19:12 SymReg edited by gkronber
(diff)
19:11 SymReg edited by gkronber
try to redirect to heal.heuristiclab.com (diff)
15:58 SymReg edited by mkommend
(diff)
15:55 SymReg created by mkommend
Added wiki page for SymReg workshop at GECCO 2022

12/21/21:

15:29 Changeset [18164] by dpiringe

#3136

  • fixed a bug in StructureTemplateView -> only nodes of type SubFunctionTreeNode are selectable
  • added a way to keep old sub functions after parsing a new expression
    • overwrote some basic object methods for SubFunction to keep it simple
    • only old sub functions, which match the name and signature of the new ones, are saved; examples:
      • old: f(x), new: f(x) -> keep old
      • old: f(x1), new: f(x1, x2) -> use new
      • old: f1(x), new f2(x) -> use new
08:51 Changeset [18163] by gkronber

#2994: push of old local changes

Note: See TracTimeline for information about the timeline view.