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.3 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 | # Stolen from koza/params -- overwriting just
|
---|
8 | # a little for readability
|
---|
9 | # You need to create at least one function set,
|
---|
10 | # called "f0", which your first tree will use.
|
---|
11 |
|
---|
12 | gp.fs.size = 1
|
---|
13 | gp.fs.0.name = f0
|
---|
14 | gp.fs.0.size = 10
|
---|
15 | gp.fs.0.func.0 = ec.app.twobox.func.L0
|
---|
16 | gp.fs.0.func.0.nc = nc0
|
---|
17 | gp.fs.0.func.1 = ec.app.twobox.func.W0
|
---|
18 | gp.fs.0.func.1.nc = nc0
|
---|
19 | gp.fs.0.func.2 = ec.app.twobox.func.H0
|
---|
20 | gp.fs.0.func.2.nc = nc0
|
---|
21 | gp.fs.0.func.3 = ec.app.twobox.func.L1
|
---|
22 | gp.fs.0.func.3.nc = nc0
|
---|
23 | gp.fs.0.func.4 = ec.app.twobox.func.W1
|
---|
24 | gp.fs.0.func.4.nc = nc0
|
---|
25 | gp.fs.0.func.5 = ec.app.twobox.func.H1
|
---|
26 | gp.fs.0.func.5.nc = nc0
|
---|
27 | gp.fs.0.func.6 = ec.app.twobox.func.Add
|
---|
28 | gp.fs.0.func.6.nc = nc2
|
---|
29 | gp.fs.0.func.7 = ec.app.twobox.func.Sub
|
---|
30 | gp.fs.0.func.7.nc = nc2
|
---|
31 | gp.fs.0.func.8 = ec.app.twobox.func.Mul
|
---|
32 | gp.fs.0.func.8.nc = nc2
|
---|
33 | gp.fs.0.func.9 = ec.app.twobox.func.Div
|
---|
34 | gp.fs.0.func.9.nc = nc2
|
---|
35 |
|
---|
36 | #
|
---|
37 | # We specify our problem here
|
---|
38 | #
|
---|
39 |
|
---|
40 | eval.problem = ec.app.twobox.TwoBox
|
---|
41 | eval.problem.data = ec.app.twobox.TwoBoxData
|
---|
42 |
|
---|
43 | # Define our training set size and range here
|
---|
44 | eval.problem.size = 10
|
---|
45 | eval.problem.range = 10
|
---|
Note: See
TracBrowser
for help on using the repository browser.