Skip to content

A repository with implementations of traditional AI techniques for optimization and problem-solving.

License

Notifications You must be signed in to change notification settings

abdullahashfaqvirk/Traditional-AI-Algorithms

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Traditional AI Algorithms

This repository contains implementations of traditional AI algorithms with practical examples.

  • Alpha-Beta Pruning
    Implements a Tic-Tac-Toe game where the player competes against the computer, using the Alpha-Beta pruning algorithm to optimize the computer's move.

  • Genetic Algorithm
    Implements a Genetic Algorithm to solve the Traveling Salesman Problem by identifying the shortest route between a set of cities.

  • Heuristic Algorithm
    Implements the Misplaced Tiles heuristic to solve the 8-puzzle problem using the A* search algorithm to determine the optimal sequence of moves to reach the goal state.

License

This repository is licensed under the MIT License. See the LICENSE file for more details.

About

A repository with implementations of traditional AI techniques for optimization and problem-solving.

Topics

Resources

License

Stars

Watchers

Forks

Languages