Free cookie consent management tool by TermsFeed Policy Generator

source: branches/OKBJavaConnector/ECJClient/src/ec/app/lawnmower/ge.params @ 12147

Last change on this file since 12147 was 6152, checked in by bfarka, 14 years ago

added ecj and custom statistics to communicate with the okb services #1441

File size: 1.1 KB
Line 
1# Copyright 2010 by Sean Luke and George Mason University
2# Licensed under the Academic Free License version 3.0
3# See the file "LICENSE" for more information
4
5parent.0 = ../../gp/ge/ge.params
6parent.1 = adf.params
7
8ge.species.file.0 = lawnmower.grammar
9ge.species.file.1 = adf0.grammar
10ge.species.file.2 = adf1.grammar
11
12eval.problem.problem = ec.app.lawnmower.Lawnmower
13eval.problem.problem.data = ec.app.lawnmower.LawnmowerData
14eval.problem.problem.x = 8
15eval.problem.problem.y = 8
16
17# ec/gp/ge/ge.params defines a dummy individual as only having one tree.
18# This overrides adf.params above, so we need to reset that.
19pop.subpop.0.species.gp-species.ind.numtrees = 3
20
21# Also in GE the trees are in species.gp-species...,
22# So we need to define this as well
23pop.subpop.0.species.gp-species.ind.tree.0 = ec.gp.GPTree
24pop.subpop.0.species.gp-species.ind.tree.0.tc = tc0
25pop.subpop.0.species.gp-species.ind.tree.1 = ec.gp.GPTree
26pop.subpop.0.species.gp-species.ind.tree.1.tc = tc1
27pop.subpop.0.species.gp-species.ind.tree.2 = ec.gp.GPTree
28pop.subpop.0.species.gp-species.ind.tree.2.tc = tc2
Note: See TracBrowser for help on using the repository browser.