Whats the Silverlight and .Net Genetic Programming edge?
• Barrier of Entry: Getting started with Genetic Programming requires spending days learning the fundamentals and rolling out your own implementation. This project means to reduce barrier of entry to Genetic Programming down to 30 minutes. • Debugging: Debugging evolutionary programs is extremely hard. Through the cunning use of rich data visualization we hope to enable straight and simple debugging of evolutionary algorithms. • Extensibility: There are many variants of Genetic Programming Operators. This project takes on extensibility as a 1st class citizen and makes absolutely no hard coded assumptions about anything that can be avoided. • Documentation: Lots of code samples, unit tests and documentation will be available on this wiki once the project ships.