swarm-support
[Top][All Lists]
Advanced

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

Re: size estimation


From: Marcus G. Daniels
Subject: Re: size estimation
Date: 28 Jul 2000 08:49:05 -0600
User-agent: Gnus/5.0803 (Gnus v5.8.3) Emacs/20.6

DC> Does there exist anywhere a useful set of guidelines, discussions, or just
DC> rules of thumb, on the advance estimating of memory requirements for a
DC> model?

If you run `xprint ([self getZone])' in your model Swarm you can see
object counts and sizes.  `xfprint ([self getZone])' will show you object
by object.  You could do this with a small population and divide by
the size of the population to get a sense of things.

Trying to compute the size of an agent without instantitating it can
be hard to do, since often agents will have subcomponents or bookkeeping
data structures that reference other objects, but don't include them.


                  ==================================
   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]