top of page
Image by Mitchell Luo

Genetic Algorithm and AStar Pathfinding

The aim of this project was to research and compare multiple approaches to Artificial Intelligence. I devised two programs that use different algorithms in order to find the end of a maze made in a text document. the first of which uses AStar pathfinding, and the second uses a genetic algorithm. my findings are stored in the report included.

bottom of page