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.

Show HN: Gimuby – genetic algorithms and island model for Ruby

3 pointsby frantzmiccoliabout 11 years ago

1 comment

frantzmiccoliabout 11 years ago
Hello HN,<p>First post of my work here.<p>I have been experimenting aroung genetic algorithms and their distributed version (the island model). Aside this main objective, I was willing to learn Ruby and to try to abstract my production to make something reusable. Since I already had implemented genetic algorithm in a few different languages and looked at various libraries, I already had good basis for how to design the whole thing.<p>The presented code is not as simple as I would have like to be at the first place, but the composition pattern and the strategy pattern used in the project make the whole thing quite reusable to my opinion.<p>To my opinion, this code is unit tested and much more complete than what is present in the other gems. The main drawback being that right now the code is only compatible with Ruby 1.8.7.<p>Any comments and opinions are welcome. I&#x27;m curious to have external feedback on this.