java DGP problem-name,seed,file-name
Another system, DGPExp, was created to facilitate experiments and can be invoked via the command :
java DGPExp problem-name,seed,no-of-runs,no-of-workstations,kind-of-job,gen-num-to-start,file-name,run-num-to-start.
An explanation of the parameters used in the above commands are as follows :
problem-name :
either Approx, SantaFe or LosAltosHills. default : Approx
seed :
an integer. default : 12345
file-name :
the name of the file containing the host names of participating workstations. default : ClientListD.dat. To run as stand-alone application, specify ClientListSA.dat.
no-of-runs :
number of runs to execute. default : 119
no-of-workstations :
number of participating workstations. default : 1.
kind-of-job :
either 'r' to run or 'c' to check for duplicates among the different populations. default : r.
gen-num-to-start :
the generation number to start with. default : 0.
run-num-to-start :
the run number to start with. default : 1.
Last updated on 28/06/98