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

科技回声

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

GitHubTwitter

首页

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

资源链接

HackerNews API原版 HackerNewsNext.js

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

Jellyfish Use Novel Search Strategy

34 点作者 robabbott将近 11 年前

4 条评论

ahelwer将近 11 年前
Worth noting that the search algorithm, simulated annealing, is a metaheuristic algorithm - meaning, it&#x27;s modelled after an existing natural phenomenon (in this case, metallurgical annealing). Other metaheuristic algorithms familiar to HN readers include genetic algorithms and ant colony optimization algorithms. Given the nature of these algorithms it isn&#x27;t shocking to see them in the wild, but it is interesting.<p>It might even be more accurate to say the model of metallurgical annealing used in simulated annealing has parallels with a model of jellyfish search behaviour, rather than jellyfish &quot;using&quot; simulated annealing to find food.
评论 #8196345 未加载
todd8将近 11 年前
The nervous system of jellyfish, the oldest multi-organ animals (0.5 billion years) [1], is primitive. The neurons are arranged into a nerve net with hints of limited central actions. It doesn&#x27;t surprise me that something akin to annealing is taking place since that form of search is very simple and could be imagined to take place with very simple distributed actions, having just one global, time-varying parameter T, known as the temperature [2].<p>Wouldn&#x27;t almost any other effective search technique be more complex to implement in a very simple nerve net? If jellyfish were found to utilize say genetic optimization based search then I would really be surprised.<p>For more information (than you probably want to know) about the nervous system of jellyfish see [3].<p>[1] <a href="http://societyofbiologyblog.org/the-peculiarities-of-the-jellyfish-nervous-system/" rel="nofollow">http:&#x2F;&#x2F;societyofbiologyblog.org&#x2F;the-peculiarities-of-the-jel...</a><p>[2] <a href="http://en.wikipedia.org/wiki/Simulated_annealing" rel="nofollow">http:&#x2F;&#x2F;en.wikipedia.org&#x2F;wiki&#x2F;Simulated_annealing</a><p>[3] <a href="http://jeb.biologists.org/content/214/8/1215.full" rel="nofollow">http:&#x2F;&#x2F;jeb.biologists.org&#x2F;content&#x2F;214&#x2F;8&#x2F;1215.full</a>
lubujackson将近 11 年前
I&#x27;m not getting what this &quot;novel strategy&quot; is. The jellyfish ride currents back and forth in search of food... so? Does anyone have an article with actual info about the strategy?
评论 #8196359 未加载
subtenante将近 11 年前
How to think backwards about nature and science. Jellyfish do not &quot;use&quot; formal mathematical models. They do stuff. Our mathematical models may be good approximations of what they do.