TE
TechEcho
Home24h TopNewestBestAskShowJobs
GitHubTwitter
Home

TechEcho

A tech news platform built with Next.js, providing global tech news and discussions.

GitHubTwitter

Home

HomeNewestBestAskShowJobs

Resources

HackerNews APIOriginal HackerNewsNext.js

© 2025 TechEcho. All rights reserved.

How I Built a Self-adaptive System

35 pointsby elasticdogalmost 13 years ago

2 comments

mck-almost 13 years ago
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 未加载
thisisnotmynamealmost 13 years ago
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 未加载