This is an old project
http://mute-net.sourceforge.net/
but the idea is still sound. It's routing inspired by ant colonies, for anonymous file sharing.
Ants and their colonies are so fascinating to me that I'm constantly saddened by Maxis's decision to not remake SimAnt. I'd be happy with a SimBee, too.
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:
murbard2|11 years ago
See http://mute-net.sourceforge.net/howAnts.shtml for an explanation of the algorithm
danso|11 years ago
sanoli|11 years ago
DanAndersen|11 years ago
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
LiweiZ|11 years ago
I think they are the source perspective of many ideas. And many popular books are actually derived from them.
leephillips|11 years ago
In other news, this article uses "comprise" to mean the opposite of what it actually means, which is the subject of another of today's HN front page articles: https://medium.com/backchannel/meet-the-ultimate-wikignome-1...
jnaour|11 years ago
http://www.wikiwand.com/en/Swarm_intelligence
http://www.wikiwand.com/en/Ant_colony_optimization_algorithm...
Panamfrank|11 years ago
wiredfool|11 years ago
mnem|11 years ago