Velocity Reviews - Computer Hardware Reviews

Velocity Reviews > Newsgroups > Programming > Ruby > [ANN] rGenetic

Reply
Thread Tools

[ANN] rGenetic

 
 
Orion Hunter
Guest
Posts: n/a
 
      07-25-2003
Announcing the rGenetic project (http://rubyforge.org/projects/rgenetic/) at
RubyForge.

Desc:

rGenetic is a genetic algorithm package for Ruby. The idea is to develop a
package which is easily customizable, allowing simple integration into a
problem require genetic algorithms or evolutionary programming. The suite
will be developed and tested against traditional GA problems as a proof of
concept. I am aware of Ruby/GA in SourceForge, which, from my understanding
has similar goals. However, last I checked, it's documentation and support
are in japanese. Beyond that, I feel that having more than one package with
similar goals only strengthens the library support for Ruby. I will
specifically develop rGenetic without examination of Ruby/GA, in order to
develop a unique solution which will hopefully compliment the Ruby/GA
project.

Anyone who is interested, hop on over. The project just entered pre-Alpha.
I've got some documentation up if you want to take a gander.

cheers!

Matt

__________________________________________________ _______________
The new MSN 8: smart spam protection and 2 months FREE*
http://join.msn.com/?page=features/junkmail


 
Reply With Quote
 
 
 
 
Phil Tomson
Guest
Posts: n/a
 
      07-26-2003
In article <BAY2->,
Orion Hunter <> wrote:
>Announcing the rGenetic project (http://rubyforge.org/projects/rgenetic/) at
>RubyForge.
>
>Desc:
>
>rGenetic is a genetic algorithm package for Ruby. The idea is to develop a
>package which is easily customizable, allowing simple integration into a
>problem require genetic algorithms or evolutionary programming. The suite
>will be developed and tested against traditional GA problems as a proof of
>concept. I am aware of Ruby/GA in SourceForge, which, from my understanding
>has similar goals. However, last I checked, it's documentation and support
>are in japanese. Beyond that, I feel that having more than one package with
>similar goals only strengthens the library support for Ruby. I will
>specifically develop rGenetic without examination of Ruby/GA, in order to
>develop a unique solution which will hopefully compliment the Ruby/GA
>project.
>
>Anyone who is interested, hop on over. The project just entered pre-Alpha.
>I've got some documentation up if you want to take a gander.
>
>cheers!
>
>Matt
>



Interesting. I've got some GA and ES (Evolution Strategy) code that I
developed for a class I took a while back. Some of it might be usable.

One thing: I read your informal framework doc and the use of the word
'Agent' is a bit confusing. I guess, from the way you're describing it I
would tend to use the word 'Individual' or maybe 'genotype'. Agent seems
to be an overloaded term in this context (as in 'intelligent agents').

Phil
 
Reply With Quote
 
 
 
 
Hal E. Fulton
Guest
Posts: n/a
 
      07-26-2003
----- Original Message -----
From: "Orion Hunter" <>
To: "ruby-talk ML" <ruby->
Sent: Friday, July 25, 2003 3:37 PM
Subject: [ANN] rGenetic


> Announcing the rGenetic project (http://rubyforge.org/projects/rgenetic/)

at

[snip]

> Anyone who is interested, hop on over. The project just entered

pre-Alpha.
> I've got some documentation up if you want to take a gander.


This is interesting to me, but life is so short...

I'd like to think I'll play with it someday, but I have
so many items higher on my to-do list.

One comment I'd make is this: If I were going to do
GA in Ruby, I'd consider supporting druby so that the
work could be distributed... seems to me that this
sort of thing should distribute very well.

Hal

--
Hal Fulton




 
Reply With Quote
 
 
 
Reply

Thread Tools

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off




Advertisments
 



1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57