Genetic base classes
[email protected] ("Alex Gough")
| Newsgroups | perl.ai |
|---|---|
| Message-ID | <001601c071f7$2f40a380$0100000a@trintragula> |
I was poking at matching spam with genetic algorithms and was a little suprised not to find any modules which deal with these on CPAN. I've made a start on something which should be useful, a set of methods implementing various mutations. At the moment I've called them Genetics::Gene::Sequence and Simple but feel that they might better fit within the AI bit of the name space as AI::Gene::* or something simillar. The current verson (0.12 at the moment) is available at http://users.ox.ac.uk/~shug0957/Genetics-Gene-Sequence-latest.tar.gz which also includes some little examples of their use. If anyone has any feedback, or if I'm barking up an already grown tree, it'd be nice to hear. -- Alex Gough <[email protected]> http://users.ox.ac.uk/~shug0957/