Last change
on this file since 9449 was
6152,
checked in by bfarka, 14 years ago
|
added ecj and custom statistics to communicate with the okb services #1441
|
File size:
1.0 KB
|
Line | |
---|
1 | # Copyright 2006 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/koza/koza.params
|
---|
6 |
|
---|
7 |
|
---|
8 | # Stolen from koza/params -- overwriting just
|
---|
9 | # a little for readability
|
---|
10 | # You need to create at least one function set,
|
---|
11 | # called "f0", which your first tree will use.
|
---|
12 |
|
---|
13 | gp.fs.size = 1
|
---|
14 | gp.fs.0.name = f0
|
---|
15 | gp.fs.0.size = 6
|
---|
16 | gp.fs.0.func.0 = ec.app.lawnmower.func.LawnERC
|
---|
17 | gp.fs.0.func.0.nc = nc0
|
---|
18 | gp.fs.0.func.1 = ec.app.lawnmower.func.Left
|
---|
19 | gp.fs.0.func.1.nc = nc0
|
---|
20 | gp.fs.0.func.2 = ec.app.lawnmower.func.Mow
|
---|
21 | gp.fs.0.func.2.nc = nc0
|
---|
22 | gp.fs.0.func.3 = ec.app.lawnmower.func.V8a
|
---|
23 | gp.fs.0.func.3.nc = nc2
|
---|
24 | gp.fs.0.func.4 = ec.app.lawnmower.func.Progn2
|
---|
25 | gp.fs.0.func.4.nc = nc2
|
---|
26 | gp.fs.0.func.5 = ec.app.lawnmower.func.Frog
|
---|
27 | gp.fs.0.func.5.nc = nc1
|
---|
28 |
|
---|
29 | #
|
---|
30 | # We specify our problem here
|
---|
31 | #
|
---|
32 |
|
---|
33 | eval.problem = ec.app.lawnmower.Lawnmower
|
---|
34 | eval.problem.data = ec.app.lawnmower.LawnmowerData
|
---|
35 | eval.problem.x = 8
|
---|
36 | eval.problem.y = 8
|
---|
37 |
|
---|
38 | stat.gather-full = true
|
---|
Note: See
TracBrowser
for help on using the repository browser.