# These parameters MUST be set up by the user param rootDir = /users/rlr/RePast/Demos-3/AntPheromones2 param programDir = /users/rlr/RePast/Demos-3/AntPheromones2/bin param programName = batchrun.sh param seriesLogFile = AntPheromones2.log param emailAddr = rlriolo@umich.edu param mailUser = 1 # how many replications with different RNG seeds? param numRuns = 10 ############################################################ # Program Input File # The text between the lines "begin input file" and # "end input file" is written directly out to the input # file for the program to be run for this experiment. # You should include all parameters here, both those # to be constant for the experiment and the ones to be # varied (i.e., those also in the sweep section, below). begin input file 5000 100 100 2 0.9 1.0 0.3 100 0.00 0.00 0 end input file ############################################################# # Program Sweep Parameters # Parameters to have values varied for the different # "cases" of this experiment. # These lines can be of the format: # sweep N 11 51 111 511 # sweep m 1 2 3 4 # or to select cells from the parameter space: # sweep (N m) (11 1) (11 2) (51 2) (51 3) # or it can be combinations of those approaches. sweep probRandMoveMean 0.00 0.02 0.04 0.07 0.10 0.20 0.40 0.60 0.80 1.00 ############################################################# # Comments -- these get written to the log file comment A simple test to be sure the AntPheromones2 repast comment is working ok with this control file setup. ############################################################# # Abbreviations -- only change if you change # parameters and/or abbreviations # These are used to contruct names of output case diretories. abbrev runNumber = rN abbrev seed = S abbrev stopT = T abbrev outputDirName = OD abbrev reportFileName = report abbrev ReportFrequency = rF abbrev RDebug = D abbrev numBugs = nB abbrev worldXSize = X abbrev worldYSize = Y abbrev diffusionConstant = dC abbrev evapRate = eR abbrev activationOrder = ao abbrev exogRate = exogR abbrev probRandMoveMean = prmm abbrev probRandMoveVar = prmv abbrev randomMoveMethod = rmm ################################################################ # some other sometimes-set parameters # param useLocalHost = 1 param hostFile = hosts param experimentSeed = param useTmp = 0 param tmpPath = /tmp # Parameters that depend on particular run-time interface # of program being run by drone. # These are suitable for Swarm-based programs that use # the UM-ExpTools-4 RParameters object/methods to # handle run-time parameters and output. param programVersion = param getProgramVersion = 0 param versionOptions = param makeInputFile = 1 param inputFileOption = iPFN= param runSeedOption = S= param runNumOption = rN= param runNumPrefix = param setParamOption = param miscOptions = # new stuff param useWrapper = 0 param wrapper = babysit -s /bin/sh -v param createHostFile = 0 param hostFileCmd = gethosts Ultra param maxErrors = 500 param runNumFormat = "%02d" param errorLogDir = $rootDir/errorlogs param errorLogFile = param logEvents = 0 param eventLogDir = $rootDir/errorlogs param eventLogFile = eventlog # Pathnames param seriesLogDir = $rootDir/logs param outputControlDir = $rootDir/logs param outputControlFile = param outputLogDir = $rootDir/debuglogs param outputLogFile = param hostDir = $rootDir/hostfiles param experimentDir = $rootDir/expdata param experimentName = # Debugging options param outputLog = 0 param debugInternal = 0 param stackTrace = 1 # Infrequently set parameters param compressPattern = param compressFiles = 0 param runSeedGenerator = Ran3 param useExperimentNumber = 1 param useNice = 1 param niceness = 5 param sleepInterval = 5 param background = 1 param compressProgram = gzip param compressFlags = -f param removeExperiment = 0 param compressExperiment = 0 param defaultTimeout = 60 param ftpTimeout = 300 param compressTimeout = 300 param cacheIPAddresses = 0 param ipLookupMethod = nslookup param saveStdout = 0 param terminalType = vt100