-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathsr.params
More file actions
31 lines (25 loc) · 859 Bytes
/
sr.params
File metadata and controls
31 lines (25 loc) · 859 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
# Copyright 2006 by Sean Luke and George Mason University
# Licensed under the Academic Free License version 3.0
# See the file "LICENSE" for more information
parent.0 = /Users/chaeyoonlee/gp/ec/gp/koza/koza.params
# the next four items are already defined in koza.params, but we
# put them here to be clear.
# We have one function set, of class GPFunctionSet
gp.fs.size = 1
gp.fs.0 = ec.gp.GPFunctionSet
# We'll call the function set "f0".
gp.fs.0.name = f0
# We have five functions in the function set. They are:
gp.fs.0.size = 5
gp.fs.0.func.0 = X
gp.fs.0.func.0.nc = nc0
gp.fs.0.func.1 = Y
gp.fs.0.func.1.nc = nc0
gp.fs.0.func.2 = Add
gp.fs.0.func.2.nc = nc2
gp.fs.0.func.3 = Sub
gp.fs.0.func.3.nc = nc2
gp.fs.0.func.4 = Mul
gp.fs.0.func.4.nc = nc2
eval.problem = MultiValuedRegression
eval.problem.data = DoubleData