heal-research / HeuristicLab

HeuristicLab - An environment for heuristic and evolutionary optimization
https://dev.heuristiclab.com
GNU General Public License v3.0
38 stars 16 forks source link

Symbolic expression grammars are not cloned correctly #1028

Closed HeuristicLab-Trac-Bot closed 14 years ago

HeuristicLab-Trac-Bot commented 14 years ago

Issue migrated from trac ticket # 1028

milestone: HeuristicLab 3.3.1 | component: Encodings.SymbolicExpressionTreeEncoding | priority: high | resolution: done

2010-06-01 18:02:55: @gkronber created the issue

HeuristicLab-Trac-Bot commented 14 years ago

2010-06-01 18:03:01: @gkronber changed status from new to assigned

HeuristicLab-Trac-Bot commented 14 years ago

2010-06-01 18:03:19: @gkronber commented


Fixed bug in cloning of symbolic expression grammars with r3885.

HeuristicLab-Trac-Bot commented 14 years ago

2010-07-27 09:54:57: @gkronber commented


When a problem is cloned the symbols in the symbolic expression grammar are not cloned correctly.

HeuristicLab-Trac-Bot commented 14 years ago

2010-08-10 20:41:39: @gkronber changed priority from minor to critical

HeuristicLab-Trac-Bot commented 14 years ago

2010-08-10 20:41:39: @gkronber commented


Related to #1140

HeuristicLab-Trac-Bot commented 14 years ago

2010-08-11 15:16:18: @gkronber changed status from assigned to new

HeuristicLab-Trac-Bot commented 14 years ago

2010-08-11 15:16:18: @gkronber changed owner from gkronber to mkommend

HeuristicLab-Trac-Bot commented 14 years ago

2010-08-12 14:31:00: @mkommend changed status from new to assigned

HeuristicLab-Trac-Bot commented 14 years ago

2010-08-18 14:57:39: @mkommend commented


Refactored grammars in r4249.

HeuristicLab-Trac-Bot commented 14 years ago

2010-08-18 14:59:17: @mkommend commented


Adapted SymbolicRegression classes to new grammars in r4250.

HeuristicLab-Trac-Bot commented 14 years ago

2010-08-18 15:02:57: @mkommend changed status from assigned to accepted

HeuristicLab-Trac-Bot commented 14 years ago

2010-08-18 15:03:06: @mkommend changed status from accepted to reviewing

HeuristicLab-Trac-Bot commented 14 years ago

2010-08-18 15:03:06: @mkommend changed owner from mkommend to gkronber

HeuristicLab-Trac-Bot commented 14 years ago

2010-08-18 15:12:04: @mkommend commented


Updated grammars in DataAnalysis branch r4252.

HeuristicLab-Trac-Bot commented 14 years ago

2010-08-19 11:23:40: @mkommend commented


Made DefaultGrammar abstract and sealed GlobalGrammar r4262.

HeuristicLab-Trac-Bot commented 14 years ago

2010-08-19 17:39:14: @gkronber changed owner from gkronber to mkommend

HeuristicLab-Trac-Bot commented 14 years ago

2010-08-19 17:39:14: @gkronber commented


reviewed: r4262, r4250 and r4249.

Please check if ResultsView for symbolic regression solutions works correctly when the estimated values list contains NaN elements. If the results view shows correct values feel free to close the ticket.

HeuristicLab-Trac-Bot commented 14 years ago

2010-08-23 15:38:26: @mkommend commented


Reverted incorrect commit (r4250) regarding the registration of parameter events and chained deserialization ctor correctly with r4291.

HeuristicLab-Trac-Bot commented 14 years ago

2010-08-23 17:34:46: @mkommend commented


Added null check before event registration with r4295.

HeuristicLab-Trac-Bot commented 14 years ago

2010-08-23 17:37:29: @mkommend commented


Replying to [comment:13 gkronber]:

reviewed: r4262, r4250 and r4249.

Please check if ResultsView for symbolic regression solutions works correctly when the estimated values list contains NaN elements. If the results view shows correct values feel free to close the ticket.

The ResultsView can not handle NaN elements because the calculators used could not handle them. Although this is only a problem if the training or the test partition contain NaN elements and this is not possible during an algorithm run.

HeuristicLab-Trac-Bot commented 14 years ago

2010-09-27 10:46:04: @mkommend changed status from reviewing to closed

HeuristicLab-Trac-Bot commented 14 years ago

2010-09-27 10:46:04: @mkommend removed resolution

HeuristicLab-Trac-Bot commented 14 years ago

2010-11-15 01:33:21: @s-wagner changed milestone from Iteration 4 to Current

HeuristicLab-Trac-Bot commented 14 years ago

2010-11-15 01:33:21: @s-wagner commented


Milestone Iteration 4 deleted

HeuristicLab-Trac-Bot commented 14 years ago

2010-11-15 17:53:05: @s-wagner changed milestone from Current to HeuristicLab 3.3.0

HeuristicLab-Trac-Bot commented 14 years ago

2010-11-15 17:53:05: @s-wagner commented


Milestone Current deleted