Skip to content

Implementation of A* Search, Constraint Satisfaction Problem, Local Search and Knowledge Engineering

Notifications You must be signed in to change notification settings

asifhaider/Artificial-Intelligence-3-2

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Artificial Intelligence Course Assignments

1. N-Puzzle Solver (A* Search)

n-puzzle

2. Latin Square Solver (Constraint Satisfaction Problem)

csp

  • Implemented Simple backtracking and forward-checking solvers with different variable ordering and value ordering heuristics

3. Exam Scheduling Solver (Local Search)

local

  • Implemented various constructive (DSatur algorithm, largest degree, random ordering) and perturbative heuristics (Kempe-chain interchange, Pair-swap operator)

4. Minesweeper Solver (Knowledge Representation and Engineering)

mine

About

Implementation of A* Search, Constraint Satisfaction Problem, Local Search and Knowledge Engineering

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published