Re: Parallel GAs?




Phillip Rhodes wrote:
Digital Puer wrote:
I'm interested in developing parallel genetic algorithms
(either with message-passing or shared memory).
Can someone give me a some pointers to parallel GAs
(books or URLs)?


I implemented a fairly naive parallel GA for solving some
function maximization problem for a school project a year
of so ago... if I can dig up the code, I'd be happy to
share it with you. It's written in C++ and uses MPI libraries
for parallelization.

I'll see if I can remember where that code is, hopefully
I still have it lurking somewhere.


TTYL,


That would be great, thanks.

.