genetic algorithm using C#
-
sir, can you please help me to run this project in visual 2010. do i need to install some plugins.. if yes then please guide. i'm not able to run it.
-
sir, can you please help me to run this project in visual 2010. do i need to install some plugins.. if yes then please guide. i'm not able to run it.
-
sir, can you please help me to run this project in visual 2010. do i need to install some plugins.. if yes then please guide. i'm not able to run it.
-
sir, can you please help me to run this project in visual 2010. do i need to install some plugins.. if yes then please guide. i'm not able to run it.
Based on your earlier posts I am assuming you mean how can you run the code from the article A Simple C# Genetic Algorithm[^] Please don't cross-post - you have already posted a question to the author in the correct forum - he is probably at work at the moment and can't respond immediately. In answer to your question, you need to download the source and load it into Visual Studio. It is highly likely that VS will need to convert the source to the version that you are using - allow the automatic conversion to run through (it should not produce any errors). Once you have the converted solution open, - open up the Solution Explorer (Ctrl-Alt-L) - right-click on the project name "GATest" and select "Set as Startup project" - you can now run the code