From: Peter Laurens Date: 2007-11-30T23:47:00+09:00 Subject: Ruby Genetic Algorithm Library Hi, I'm looking for a (relatively) mature genetic algorithm library for use with Ruby, so I have a choice: 1. Use GALib (a C++ library) and connect it to Ruby somehow (bridge) 2. Find a decent native Ruby GA Library So far Google has not been helpful for (2) so I am posting here seeking advice on whether I've missed anything. I'm aware of projects like DRP which look good for grammatical evolution, but I'm not sure whether they support being used for vanilla GAs. If anyone has any experience using GAs from Ruby, it would be great to hear of your experience. Alternatively, if there's nothing good that anyone can suggest native, I'd be very grateful to hear peoples' opinion on using a C++ library like GALib from within Ruby. I.e. - is it feasible without too much hassle, and any pointers to any material that may help me build that bridge would be great. I've exhausted Google as far as I can manage, so I'm turning to crowdsourcing here. Thanks for your time and help, it's much appreciated. - N -- Posted via http://www.ruby-forum.com/.