TE
科技回声
首页24小时热榜最新最佳问答展示工作
GitHubTwitter
首页

科技回声

基于 Next.js 构建的科技新闻平台,提供全球科技新闻和讨论内容。

GitHubTwitter

首页

首页最新最佳问答展示工作

资源链接

HackerNews API原版 HackerNewsNext.js

© 2025 科技回声. 版权所有。

What the Internet has in common with an ant colony

81 点作者 dmpatierno超过 10 年前

7 条评论

murbard2超过 10 年前
This is an old project <a href="http://mute-net.sourceforge.net/" rel="nofollow">http:&#x2F;&#x2F;mute-net.sourceforge.net&#x2F;</a> but the idea is still sound. It&#x27;s routing inspired by ant colonies, for anonymous file sharing.<p>See <a href="http://mute-net.sourceforge.net/howAnts.shtml" rel="nofollow">http:&#x2F;&#x2F;mute-net.sourceforge.net&#x2F;howAnts.shtml</a> for an explanation of the algorithm
danso超过 10 年前
Ants and their colonies are so fascinating to me that I&#x27;m constantly saddened by Maxis&#x27;s decision to not remake SimAnt. I&#x27;d be happy with a SimBee, too.
评论 #8994284 未加载
DanAndersen超过 10 年前
Ant colony systems are really interesting! It&#x27;s fascinating how distributed creatures can communicate and, with a simple set of rules, converge on a good solution.<p>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&#x27;s a simulation that works well with GPU fragment-shader-based parallelization:<p><a href="http://www.dan.andersen.name/gpu-accelerated-3d-ant-colony-simulation-and-visualization/" rel="nofollow">http:&#x2F;&#x2F;www.dan.andersen.name&#x2F;gpu-accelerated-3d-ant-colony-s...</a><p><a href="https://github.com/DanAndersen/gpu-ant-sim" rel="nofollow">https:&#x2F;&#x2F;github.com&#x2F;DanAndersen&#x2F;gpu-ant-sim</a>
评论 #8995078 未加载
leephillips超过 10 年前
Ant colonies can also solve variational calculus problems: <a href="http://arstechnica.com/science/2015/01/have-a-scientific-problem-steal-an-answer-from-nature/" rel="nofollow">http:&#x2F;&#x2F;arstechnica.com&#x2F;science&#x2F;2015&#x2F;01&#x2F;have-a-scientific-pro...</a><p>In other news, this article uses &quot;comprise&quot; to mean the opposite of what it actually means, which is the subject of another of today&#x27;s HN front page articles: <a href="https://medium.com/backchannel/meet-the-ultimate-wikignome-10508842caad" rel="nofollow">https:&#x2F;&#x2F;medium.com&#x2F;backchannel&#x2F;meet-the-ultimate-wikignome-1...</a>
jnaour超过 10 年前
There is several optimization algorithms that are inspired by nature. Especially Ant Colony Optimization.<p><a href="http://www.wikiwand.com/en/Swarm_intelligence" rel="nofollow">http:&#x2F;&#x2F;www.wikiwand.com&#x2F;en&#x2F;Swarm_intelligence</a><p><a href="http://www.wikiwand.com/en/Ant_colony_optimization_algorithms" rel="nofollow">http:&#x2F;&#x2F;www.wikiwand.com&#x2F;en&#x2F;Ant_colony_optimization_algorithm...</a>
Panamfrank超过 10 年前
The article seems to be written from the perspective where we somehow weren&#x27;t born from the same evolutionary processes as ants.
wiredfool超过 10 年前
I&#x27;d tell y&#x27;all a UDP joke, but you might not get it.
评论 #8994133 未加载