Extending Brian Connelly's C# CodeDOM Genetic Algorithm project




Hi,

Has anyone seen this article in MSDN Magazine?

http://msdn.microsoft.com/msdnmag/issues/04/08/GeneticAlgorithms/default.aspx

My GA twiddlings puffed out years ago, but the idea of using the
CodeDOM has triggered my interest glands again. I could pick up where
Brian left off, but it really is only a proof of concept - it needs
quite a bit of work on lots of fronts - memory management, interface,
not to mention formal ga techniques (pruning etc) that he mentions at
the end of the article. Then there is distributed processing yada yada
yada. So i'm wondering if anyone out there has got further with this
idea, either extending Brian's project or something completely
different.

I've surfed around quite a bit and haven't had any luck finding leads,
so if anyone knows can they please drop it here?

Cheers,
Scott

.