Free cookie consent management tool by TermsFeed Policy Generator

source: branches/OKBJavaConnector/ECJClient/src/ec/app/star/README @ 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: 1.9 KB
Line 
1This directory contains two examples for the ECJ master/slave evaluator.
2See ec/eval/README for more information on how to run the evaluator
3and the ec/eval/master.params file for more parameter information and
4options.
5
6NOTE: these examples are worst-case scenarios for the master/slave
7evaluator -- they evaluate rapidly and so the time is CONSUMED by
8transfering over the net.  The examples are only here to give you
9the idea of how to get your own jobs up and running.
10
11
12Artificial Ant (change the eval.master.host in ant.slave.params to the
13  appropriate IP of the master's machine.  By default it's
14  127.0.0.1, which only works if all the slaves are on the
15  same machine as the host; this configuration is likely
16  only useful for testing purposes)
17
18MASTER:   java ec.Evolve -file ant.master.params
19EACH SLAVE: java ec.eval.Slave -file ant.slave.params
20
21
22
23Coevolve1 - an example of competitive coevolution using the
24  master-slave architecture. (change the eval.master.host
25  in coevolve1.slave.params to the
26        appropriate IP of the master's machine.  By default it's
27        127.0.0.1, which only works if all the slaves are on the
28        same machine as the host; this configuration is likely
29        only useful for testing purposes).
30
31MASTER:         java ec.Evolve -file coevolve1.master.params
32EACH SLAVE:     java ec.eval.Slave -file coevolve1.slave.params
33
34
35Coevolve2 - an example of cooperative coevolution using the
36  master-slave architecture. (change the eval.master.host
37  in coevolve2.slave.params to the
38        appropriate IP of the master's machine.  By default it's
39        127.0.0.1, which only works if all the slaves are on the
40        same machine as the host; this configuration is likely
41        only useful for testing purposes).
42
43MASTER:         java ec.Evolve -file coevolve2.master.params
44EACH SLAVE:     java ec.eval.Slave -file coevolve2.slave.params
45
46
Note: See TracBrowser for help on using the repository browser.