Extending Brian Connelly's C# CodeDOM Genetic Algorithm project

  • Thread starter Thread starter Scott
  • Start date Start date
S

Scott

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 ga techniques like pruning etc. 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 work 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
 
Scott,
there is quite a bit of GA /neural Network /AI stuff on codeproject.com.
Also, stuff at sourceforge.net if you search by programming language.
Peter
 
Back
Top