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 | |
---|
5 | parent.0 = ../../gp/ge/ge.params |
---|
6 | parent.1 = adf.params |
---|
7 | |
---|
8 | ge.species.file.0 = lawnmower.grammar |
---|
9 | ge.species.file.1 = adf0.grammar |
---|
10 | ge.species.file.2 = adf1.grammar |
---|
11 | |
---|
12 | eval.problem.problem = ec.app.lawnmower.Lawnmower |
---|
13 | eval.problem.problem.data = ec.app.lawnmower.LawnmowerData |
---|
14 | eval.problem.problem.x = 8 |
---|
15 | eval.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. |
---|
19 | pop.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 |
---|
23 | pop.subpop.0.species.gp-species.ind.tree.0 = ec.gp.GPTree |
---|
24 | pop.subpop.0.species.gp-species.ind.tree.0.tc = tc0 |
---|
25 | pop.subpop.0.species.gp-species.ind.tree.1 = ec.gp.GPTree |
---|
26 | pop.subpop.0.species.gp-species.ind.tree.1.tc = tc1 |
---|
27 | pop.subpop.0.species.gp-species.ind.tree.2 = ec.gp.GPTree |
---|
28 | pop.subpop.0.species.gp-species.ind.tree.2.tc = tc2 |
---|
Note: See
TracBrowser
for help on using the repository browser.