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

SizeFairCrossOver throws exceptions with restricted function libraries #228

Closed HeuristicLab-Trac-Bot closed 16 years ago

HeuristicLab-Trac-Bot commented 16 years ago

Issue migrated from trac ticket # 228

milestone: HeuristicLab 3.3.0 | component: StructureIdentification | priority: medium | resolution: done

2008-08-04 01:20:04: @gkronber created the issue


Similar to #227.

Reproduce in the same way but use RampedTreeCreator.

Effect: The operator can't create a valid tree because the trick of going up in the one tree and going down in the other one won't work with the restricted function library

HeuristicLab-Trac-Bot commented 16 years ago

2008-08-04 01:26:32: @gkronber edited the issue description

HeuristicLab-Trac-Bot commented 16 years ago

2008-08-04 08:18:21: @gkronber changed status from new to assigned

HeuristicLab-Trac-Bot commented 16 years ago

2008-08-04 08:33:17: @gkronber changed status from assigned to closed

HeuristicLab-Trac-Bot commented 16 years ago

2008-08-04 08:33:17: @gkronber removed resolution

HeuristicLab-Trac-Bot commented 16 years ago

2008-08-04 08:33:17: @gkronber commented


fixed with r437 by replacing the code to go randomly up in the receiving tree or down in the branch to be inserted with a simple loop that tries random cutting-points until a valid tree is possible.

This has an effect on the bias of the operator, it should be tested if this has a significant effect on the dynamics of GP or not.

HeuristicLab-Trac-Bot commented 15 years ago

2009-01-23 00:19:04: @s-wagner changed milestone from 3.1 to Iteration 0

HeuristicLab-Trac-Bot commented 15 years ago

2009-01-23 00:19:04: @s-wagner commented


Milestone 3.1 deleted

HeuristicLab-Trac-Bot commented 14 years ago

2010-11-15 01:29:34: @s-wagner changed milestone from Iteration 0 to Current

HeuristicLab-Trac-Bot commented 14 years ago

2010-11-15 01:29:34: @s-wagner commented


Milestone Iteration 0 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