Re: formations



In article <1130415506.753722.211280@xxxxxxxxxxxxxxxxxxxxxxxxxxxx>,
makc.the.great@xxxxxxxxx says...
>
> Gerry Quinn wrote:
> > Cellular automata? How would that work?
>
> why not? you split your 2d space in cells, and assign acceleration
> vector for each cell. then, you do "automata" part - you invent funny
> formula for acceleration in the cell. after all, you see which cell
> your ship is in, and apply corresponding acceleration to it.
>
> would calling this a "grid" or "vector field" make it any different?

Yes, given that the relationship of cellular automata to the movement
behaviour is indirect. It also seems unlikely that they would
typically give suitable fields.

One might imagine that they would simulate the results of dark matter
shapes moving randomly on the landscape, rather than intelligent
swarming behaviour among normal matter objects.

- Gerry Quinn
.



Relevant Pages

  • Re: formations
    ... Gerry Quinn wrote: ... formula for acceleration in the cell. ...
    (comp.programming)
  • Simple way of connecting cellular automata?
    ... I'm writing a little test program for an array of 64 cellular automata ... The CA I've chosen has a connectivity of ... number 20 has as input the outputs of cells, and cell number ... int modulo{ ...
    (comp.lang.vhdl)