swarm-support
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Batch mode option + customized option


From: Akiko Ogawa - RS/GIS lab
Subject: Re: Batch mode option + customized option
Date: Wed, 24 May 2000 16:25:57 -0600 (MDT)

>AO> I copied the line with batch.scm from mousetrap. It's the name of
>AO> a file to specify parameter values.
>
>Right, but what do you get from:
>
>  $ cat batch.scm

Here's batch.scm file content.

(list
 (cons 'batchSwarm
       (make-instance 'CoyoteBatchSwarm
                      #:reportFrequency 1))
 (cons 'modelSwarm
       (make-instance 'CoyoteModelSwarm
        #:filename "coyote.out"
        #:reportTime 120
        #:maxAge 15
        #:numPack 100
        #:initMember 4
        #:mortality 0.005
        #:litterSize 3.27
        #:litterVariance 2.0
        #:selectRMVL 0
        #:statusForRMVL 1
        #:selectRMVLprob 0.3
        #:randomRMVL 0
        #:randomRMVLprob 0.3
        #:denRMVL 0
        #:denRMVLprob 0.1
        #:reprodCTRL 0
        #:reprodCTRLprob 0.3
        #:sterilizationProb 0
        #:packCTRL 0
        #:selectKill 0
        #:randomKill 0
        #:denKill 0
        #:reprodKill 0)))
 
 Thanks.
 
 Akiko Ogawa


                  ==================================
   Swarm-Support is for discussion of the technical details of the day
   to day usage of Swarm.  For list administration needs (esp.
   [un]subscribing), please send a message to <address@hidden>
   with "help" in the body of the message.



reply via email to

[Prev in Thread] Current Thread [Next in Thread]