Click here to Skip to main content
15,881,700 members
Articles / General Programming / Algorithms

Genetic algorithm to solve 2D Mazes in Visual Basic

Rate me:
Please Sign up or sign in to vote.
5.00/5 (6 votes)
8 Feb 2015CPOL16 min read 19K   16  
How to apply GA techniques fo solving problems in VB.NET. The example shows how to create solutions for a 2D maze, which will evolve to find the shortest path between two points.

Views

Daily Counts

License

This article, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)


Written By
Software Developer
Italy Italy
Working in IT since 2003 as Software Developer for Essetre Srl, a company in Northern Italy.
I was awarded in 2014, 2015 and 2016 with Microsoft MVP, for Visual Studio and Development Technologies expertise. My technology interests and main skills are in .NET Framework, Visual Basic, Visual C# and SQL Server, but i'm proficient in PHP and MySQL also.

Comments and Discussions