swarm-support
[Top][All Lists]
Advanced

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

Re: Real Space


From: Paul E Johnson
Subject: Re: Real Space
Date: Wed, 11 Apr 2001 11:35:25 -0500

"William M. Rand" wrote:
> 
>         I've been trying to read through the archives and so far seem to have 
> not
> had any luck.   Basically I want to implement a series of agents in a real
> (contiguous) space.  I noticed that many of the swarm simulations that I
> have seen that look like they are actually in a real space are actually just
> in a highly discretized space.  Is there anyone who has actually implemented
> a truly real space?  It would be nice to be able to have real coordinates
> for an agent as well as being able to find "neighbors within radius x" or
> "k-nearest neighbors"
> -Bill
> 
> Bill Rand    1855 Shirley Lane #A8   Ann Arbor, MI 48105    734-623-1970
> address@hidden              http://www-personal.engin.umich.edu/~wrand/

Ginger Booth had a model with continuous space, and we were talking a
couple of years ago whether it would be possible to make a general
purpose swarm library.  Maybe we should talk about it again.

I deal with it by having the agents locate themselves in real-valued
spaces, but when I draw on the grid, they get placed at approximate
integer-valued positions.  I don't have any algorithms for "find agents
within X units" that are any good, I just search on the discretized
grid.


-- 
Paul E. Johnson                       email: address@hidden
Dept. of Political Science            http://lark.cc.ukans.edu/~pauljohn
University of Kansas                  Office: (785) 864-9086
Lawrence, Kansas 66045                FAX: (785) 864-5700

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