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:
474 bytes
|
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 | # defines the Ant problem, 400 moves, Santa Fe trail, using
|
---|
6 | # an additional function, "progn4", which was defined as
|
---|
7 | # an option in lil-gp, so we include it here.
|
---|
8 |
|
---|
9 | parent.0 = ant.params
|
---|
10 |
|
---|
11 | # no progn4, 400 moves, Santa Fe trail
|
---|
12 | gp.fs.0.size = 7
|
---|
13 | eval.problem.moves = 400
|
---|
14 | eval.problem.file = santafe.trl
|
---|
Note: See
TracBrowser
for help on using the repository browser.