Free cookie consent management tool by TermsFeed Policy Generator

source: branches/OKBJavaConnector/ECJClient/src/ec/app/star/coevolve2.slave.params @ 10216

Last change on this file since 10216 was 6152, checked in by bfarka, 14 years ago

added ecj and custom statistics to communicate with the okb services #1441

File size: 1.1 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 =      coevolve2.master.params
6
7### NO LONGER NEEDED
8# We tell our slave that he's a slave.
9# eval.i-am-slave = true
10### END NO LONGER NEEDED
11
12
13# You may want to customize each slave by giving it a unique
14# name like this:
15#
16# eval.slave-name = my-slave-name
17#
18# (do this differently for each slave:, slave-2, slave-3, etc.)
19# Otherwise, each slave will give itself an approximately unique name based
20# on the current time and the IP address of the slave.  The unique name
21# doesn't HAVE to be unique -- it's just for printing/debug purposes.
22
23
24# We want to make sure that the Slave's Statistics object does not
25# override the Master's statistics files.  The easiest way to do this
26# is to eliminate the Statistics object in the slave by setting it
27# to the (empty default) Statistics class with no children.
28
29eval.stat = ec.Statistics
30eval.stat.num-children = 0
31
32
33# The slave needs to know where the Master is.  You need to
34# change this.
35eval.master.host = 127.0.0.1
36
Note: See TracBrowser for help on using the repository browser.