Free cookie consent management tool by TermsFeed Policy Generator

source: branches/OKBJavaConnector/ECJClient/src/ec/app/lawnmower/noadf.params @ 6152

Last change on this file since 6152 was 6152, checked in by bfarka, 13 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
5parent.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
13gp.fs.size = 1
14gp.fs.0.name = f0
15gp.fs.0.size = 6
16gp.fs.0.func.0 = ec.app.lawnmower.func.LawnERC
17gp.fs.0.func.0.nc = nc0
18gp.fs.0.func.1 = ec.app.lawnmower.func.Left
19gp.fs.0.func.1.nc = nc0
20gp.fs.0.func.2 = ec.app.lawnmower.func.Mow
21gp.fs.0.func.2.nc = nc0
22gp.fs.0.func.3 = ec.app.lawnmower.func.V8a
23gp.fs.0.func.3.nc = nc2
24gp.fs.0.func.4 = ec.app.lawnmower.func.Progn2
25gp.fs.0.func.4.nc = nc2
26gp.fs.0.func.5 = ec.app.lawnmower.func.Frog
27gp.fs.0.func.5.nc = nc1
28
29#
30# We specify our problem here
31#
32
33eval.problem = ec.app.lawnmower.Lawnmower
34eval.problem.data = ec.app.lawnmower.LawnmowerData
35eval.problem.x = 8
36eval.problem.y = 8
37
38stat.gather-full = true
Note: See TracBrowser for help on using the repository browser.