ECJ-INTEREST-L Archives

September 2011

ECJ-INTEREST-L@LISTSERV.GMU.EDU

Options: Use Proportional Font
Show Text Part by Default
Show All Mail Headers

Message: [<< First] [< Prev] [Next >] [Last >>]
Topic: [<< First] [< Prev] [Next >] [Last >>]
Author: [<< First] [< Prev] [Next >] [Last >>]

Print Reply
Subject:
From:
Sean Luke <[log in to unmask]>
Reply To:
ECJ Evolutionary Computation Toolkit <[log in to unmask]>
Date:
Fri, 16 Sep 2011 16:02:20 -0400
Content-Type:
text/plain
Parts/Attachments:
text/plain (26 lines)
Hi Nicole, sorry for the delay in response.

So what I gather is that you'd like to do tree editing during evaluation.  ECJ has no built-in facilities for this, and the pipelines won't help you anyway since they're designed for breeding.

What I suggest is that you just go ahead and do the editing directly in your Problem.evaluate(...) function.  Some hints:

	- GPNodes have backpointers to their parents.  If you modify or move a node, make sure to update the backpointers.  The root's backpointer points to the GPTree.

	- You can create new GPNodes in various ways.  One way is to clone an existing node or subtree.  GPNode has a lot of functions for that.  You can also construct a GPNode from scratch by grabbing the appropriate GPFunctionSet and cloning a node off of one of its prototypical GPNodes.  See the various GPNodeBuilders (like PTC1 or GrowBuilder) to see how that's done.

	- If you create an ERC, make sure to call reset() on it to randomize it to a new value.  Heck, you should do that for all GPNodes you clone just for good measure, though it only matters for ERCs.

Sean


On Sep 15, 2011, at 1:57 PM, Nicole Nelson wrote:

> Hello,
> I am using ECJ for my masters thesis. However, I am still working on becoming familiar with the API. I am 
> trying to alter a GPIndividual prior to evaluation. For instance, when I have a tree that is + 5 2 I would like 
> to replace this portion with a constant 7. I had the wrong impression of breeding pipelines and have the 
> functionality through a pipeline. However, I want to be able to simplify a tree prior to evaluating its fitness. 
> Is there anything built into ECJ that I can extend to do such a thing?
> Thanks,
> Nicole

ATOM RSS1 RSS2