Free cookie consent management tool by TermsFeed Policy Generator

source: branches/OKBJavaConnector/ECJClient/src/ec/app/twobox/noadf.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.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
5parent.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
12gp.fs.size = 1
13gp.fs.0.name = f0
14gp.fs.0.size = 10
15gp.fs.0.func.0 = ec.app.twobox.func.L0
16gp.fs.0.func.0.nc = nc0
17gp.fs.0.func.1 = ec.app.twobox.func.W0
18gp.fs.0.func.1.nc = nc0
19gp.fs.0.func.2 = ec.app.twobox.func.H0
20gp.fs.0.func.2.nc = nc0
21gp.fs.0.func.3 = ec.app.twobox.func.L1
22gp.fs.0.func.3.nc = nc0
23gp.fs.0.func.4 = ec.app.twobox.func.W1
24gp.fs.0.func.4.nc = nc0
25gp.fs.0.func.5 = ec.app.twobox.func.H1
26gp.fs.0.func.5.nc = nc0
27gp.fs.0.func.6 = ec.app.twobox.func.Add
28gp.fs.0.func.6.nc = nc2
29gp.fs.0.func.7 = ec.app.twobox.func.Sub
30gp.fs.0.func.7.nc = nc2
31gp.fs.0.func.8 = ec.app.twobox.func.Mul
32gp.fs.0.func.8.nc = nc2
33gp.fs.0.func.9 = ec.app.twobox.func.Div
34gp.fs.0.func.9.nc = nc2
35
36#
37# We specify our problem here
38#
39
40eval.problem = ec.app.twobox.TwoBox
41eval.problem.data = ec.app.twobox.TwoBoxData
42
43# Define our training set size and range here
44eval.problem.size = 10
45eval.problem.range = 10
Note: See TracBrowser for help on using the repository browser.