I am very proud to announce GPdotNET v3.0, the new version which brings 3 new solvers based on Genetic Algorithm and several new features. In previous posts I was writing about those new features:
1. TSP and vector based chromosome implementation in GPdotNET
2. Exporting GP Model in to Wolfram Mathematica
3. Matrix based chromosome implementation
4. Introduction to Assignment and transportation problems based on Genetic Algorithm
The source code and Click Once installation are uploaded in codeplex site, so go and grab the new version. hppt://gpdotnet.codeplex.com
I am asking for feedback and bug reports. If you find something strange post a comment here on anywhere in blog site or codeplex site. I will try to answer as quickly as possible.
Here are screenshots with new Assignment and Transportation solvers in GPdotNET:
Loaded training data of Assignment problem
Simulation Tab page with optimal result of Assignment problem
Loaded training data of Transportation problem
Simulation Tab page with optimal result of Transportation problem