found this note in the genetic algorithms digest, and since i've seen ga's discussed here and the implementation looks interesting i thought i'd pass it along

...snip...snip
Subject: New PERL EA library Hi, I would like to announce the release of (yet another) PERL evolutionary algorithm library, called OPEAL (which stands for, you guessed it, our_own PERL evolutionary algorithm library). It's at http://opeal.sourceforge.net .

The idea behind this library is to take advantage of the flexibility of PERL to create a buzzword-compliant library; so far, the library allows descriptions of components using XML; an algorithm is described by an XML document, and a program can just parse it to run the algorithm. A XSchema for the XML dialect is provided.

The library will also use SOAP (by the SOAP::Lite module) to distibute evolutionary algorithms among different processors.

So far, it has a bare-bones steady-state evolutionary algorithm, but several mutation and crossover operators for two different kind of "chromosomes" have been included. Creting new chromosomes is easy and straightforward (and documented).

Of course, any advice, collaboration, and so on is welcome. Thanks! J


In reply to new genetic algorithms library by ralphie

Title:
Use:  <p> text here (a paragraph) </p>
and:  <code> code here </code>
to format your post, it's "PerlMonks-approved HTML":



  • Posts are HTML formatted. Put <p> </p> tags around your paragraphs. Put <code> </code> tags around your code and data!
  • Titles consisting of a single word are discouraged, and in most cases are disallowed outright.
  • Read Where should I post X? if you're not absolutely sure you're posting in the right place.
  • Please read these before you post! —
  • Posts may use any of the Perl Monks Approved HTML tags:
    a, abbr, b, big, blockquote, br, caption, center, col, colgroup, dd, del, details, div, dl, dt, em, font, h1, h2, h3, h4, h5, h6, hr, i, ins, li, ol, p, pre, readmore, small, span, spoiler, strike, strong, sub, summary, sup, table, tbody, td, tfoot, th, thead, tr, tt, u, ul, wbr
  • You may need to use entities for some characters, as follows. (Exception: Within code tags, you can put the characters literally.)
            For:     Use:
    & &amp;
    < &lt;
    > &gt;
    [ &#91;
    ] &#93;
  • Link using PerlMonks shortcuts! What shortcuts can I use for linking?
  • See Writeup Formatting Tips and other pages linked from there for more info.