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

科技回声

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

GitHubTwitter

首页

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

资源链接

HackerNews API原版 HackerNewsNext.js

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

How I Built a Self-adaptive System

35 点作者 elasticdog将近 13 年前

2 条评论

mck-将近 13 年前
While I like the connection you made between your self-adaptive system and self-adaptive systems by Mother nature, I couldn't see the analogy beyond the fact that they both use the word 'self-adaptive'.<p>&#62;&#62; These systems are also decentralized and consist of a number of lower level primitive components, collaboration of which on a higher level produces very complex and intelligent behaviors.<p>After reading the first paragraph, I was getting excited and put my Emerging Behavior thinking hat on -- Particle Swarms, Ant Colony Optimization algorithms, or even Wolfram's New Kind Of Science and The Game of Life -- only to find out that the system was a if-then rule-based program?<p>&#62;&#62; While in most biological systems all of those rules are written in cell’s DNA, for a software system I needed to find a good framework for defining those.<p>Fancy stuff, the likes of Genetic Algorithms, Evolutionary Systems, Memetics? But no... Not those kind of self-adapting systems..<p>Am I missing something?<p>PS: Fuzzy control and Neural Nets sound like a whole different ball-game to me ;)<p>But hey, good stuff nonetheless -- thanks for sharing and glad to hear it was well-received
评论 #4109409 未加载
thisisnotmyname将近 13 年前
From the description, this sounds quite over-engineered. You need a system to queue jobs and to automatically restart jobs that fail? I must be missing something here, can you help me figure out what it is?
评论 #4109417 未加载