Free cookie consent management tool by TermsFeed Policy Generator

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