AI and .NET: Simulating a Swarm Algorithm in C#

  • Thread starter Thread starter A Waterfall That Barks
  • Start date Start date
A Waterfall That Barks said:
http://www.c-sharpcorner.com//Code/2003/March/SwarmSim.asp

I just found this port of the swarm groups famous 'complexity from
simple interacting agents' type software.

Very easy to load and run in Studio.

I'm going to try a mono build when I get home...don't know about how to
translate the GDI though.

ROTFLOL! trollboy, if you really want to model emergent behaviors, go
play with something like NetLogo:

http://ccl.sesp.northwestern.edu/netlogo/

you can use this to model ant colonies foraging, bees swraming,
economic models of stock buying, cancer formation, emergent behavior
in parties, etc. it actually comes with tons of samples you can play
with, or you can create your own (plus, it has a very active
maillist):

and guess what, trollboy, it's java-based ;-)
 
asj said:
ROTFLOL! trollboy, if you really want to model emergent behaviors, go
play with something like NetLogo:

http://ccl.sesp.northwestern.edu/netlogo/

you can use this to model ant colonies foraging, bees swraming,
economic models of stock buying, cancer formation, emergent behavior
in parties, etc. it actually comes with tons of samples you can play
with, or you can create your own (plus, it has a very active
maillist):

and guess what, trollboy, it's java-based ;-)

Also see Objective-C based Swarm: <http://www.swarm.org/>
 
Back
Top