
# This parameter file extends simple to provide some GP-specific stuff.
# Default type constraints are given for typeless GP programming also.
#


# My parent:
parent.0 =				../simple/params


# ec.gp.GPData
# ==============================

# set this elsewhere!
# gp.gpdata =


# ec.Subpopulation
# ==============================

# You might change this, but it must be a GPSpeciesForm!
pop.subpop.0.species = 			ec.gp.GPSpecies

# ec.Species
# ==============================

pop.subpop.0.species.ind = 		ec.gp.GPIndividual

# you need to provide these at some point, and maybe other pipes.
# ec.gp.koza package contains some standard GP pipelines
#pop.subpop.0.species.numpipes =
#pop.subpop.0.species.pipe.0 =
#...


# ec.GPIndividual
# ==============================

# We'll define a single tree -- you might want to change its class
pop.subpop.0.species.ind.numtrees =	1
pop.subpop.0.species.ind.tree.0 =	ec.gp.GPTree


# ec.GPTree
# ==============================

