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:
576 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 | parent.0 = ../coevolve2/coevolve2.params
|
---|
6 |
|
---|
7 | stat.num-children = 2
|
---|
8 | stat.child.0 = ec.app.gui.SimpleXYSeriesChartStatistics
|
---|
9 | stat.child.0.title = Best of Generation
|
---|
10 | stat.child.0.x-axis-label = generation
|
---|
11 | stat.child.0.y-axis-label = value
|
---|
12 |
|
---|
13 | stat.child.1 = ec.app.gui.SimpleBarChartStatistics
|
---|
14 | stat.child.1.title = Best of Generation
|
---|
15 | stat.child.1.x-axis-label = generation
|
---|
16 | stat.child.1.y-axis-label = value
|
---|
17 |
|
---|
Note: See
TracBrowser
for help on using the repository browser.