ECJ-INTEREST-L Archives

March 2014

ECJ-INTEREST-L@LISTSERV.GMU.EDU

Options: Use Monospaced 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:
Raymond Shpeley <[log in to unmask]>
Reply To:
ECJ Evolutionary Computation Toolkit <[log in to unmask]>
Date:
Fri, 28 Mar 2014 17:45:57 -0400
Content-Type:
text/plain
Parts/Attachments:
text/plain (35 lines)
I have 3 ERCs called Cs, Os, and Ts which return random integers in defined 
ranges. The parent node is to have 3 children, one each of these ERCs. Can I 
define Cs, Os, and Ts types? For example, 

gp.type.a.size = 3
gp.type.a.0.name = Cs
gp.type.a.1.name = Os
gp.type.a.2.name = Ts

-- the parent node doesn't return anything at the moment actually
gp.nc.1 = ec.gp.GPNodeConstraints
gp.nc.1.name = nc1
gp.nc.1.returns = null
gp.nc.1.size = 3
gp.nc.1.child.0 = Cs
gp.nc.1.child.1 = Os
gp.nc.1.child.2 = Ts

gp.nc.2 = ec.gp.GPNodeConstraints
gp.nc.2.name = nc2
gp.nc.2.returns = Cs
gp.nc.2.size = 0

gp.nc.3 = ec.gp.GPNodeConstraints
gp.nc.3.name = nc3
gp.nc.3.returns = Os
gp.nc.3.size = 0

gp.nc.4 = ec.gp.GPNodeConstraints
gp.nc.4.name = nc4
gp.nc.4.returns = Ts
gp.nc.4.size = 0

-- ray

ATOM RSS1 RSS2