What are some good resources on flocking and swarm algorithms?

后端 未结 2 1706
醉话见心
醉话见心 2021-01-31 11:23

Awhile ago I read the novel Prey. Even though it is definitely in the realm of fun science fiction, it piqued my interest in swarm/flock AI. I\'ve been seeing some examples of

相关标签:
2条回答
  • 2021-01-31 11:57

    there are a few techniques that you may want to read up on:

    1. Ant Colony Optmiziation
    2. Celluar Automata
    3. Self Organizing Maps

    Also: The wiki page isn't a bad start.

    0 讨论(0)
  • 2021-01-31 12:18

    What you're asking for is actually much more simple than you think. The canonical source is http://www.red3d.com/cwr/boids/.

    0 讨论(0)
提交回复
热议问题