Hacker News new | past | comments | ask | show | jobs | submit login

Ant colony systems are really interesting! It's fascinating how distributed creatures can communicate and, with a simple set of rules, converge on a good solution.

Last year I did a GPU programming project involving an ant-colony-like simulation. Based on the idea that ants have immediate knowledge only of their neighborhood, it's a simulation that works well with GPU fragment-shader-based parallelization:

http://www.dan.andersen.name/gpu-accelerated-3d-ant-colony-s...

https://github.com/DanAndersen/gpu-ant-sim




You may be interested in complex system and complex adaptive system as well: http://en.wikipedia.org/wiki/Complex_system http://en.wikipedia.org/wiki/Complex_adaptive_system

I think they are the source perspective of many ideas. And many popular books are actually derived from them.




Consider applying for YC's Spring batch! Applications are open till Feb 11.

Guidelines | FAQ | Lists | API | Security | Legal | Apply to YC | Contact

Search: