Solving Puzzle Game With AI
A downloadable tool for Windows and macOS
A* Algorithm is a graph traversal and path search algorithm, which is often used in many fields of computer science due to its completeness, optimality, and optimal efficiency.One major practical drawback is its space complexity, as it stores all generated nodes in memory. Thus, in practical travel-routing systems, it is generally outperformed by algorithms which can pre-process the graph to attain better performance, as well as memory-bounded approaches; however, A* is still the best solution in many cases.
Genetic Algorithm (GA) is a metaheuristic inspired by the process of natural selection that belongs to the larger class of evolutionary algorithms (EA). Genetic algorithms are commonly used to generate high-quality solutions to optimization and search problems by relying on biologically inspired operators such as mutation, crossover and selection.
Brief Introduction of two involved algorithm From Wikipedia
Status | Released |
Category | Tool |
Platforms | Windows, macOS |
Author | NavonOS |
Tags | ai-algorithm, a-search, genetic-algorithm, puzzle-game |
Leave a comment
Log in with itch.io to leave a comment.