Skip to content

Implementation of various Artificial Intelligence problems in java

License

Notifications You must be signed in to change notification settings

panktit/ai-algorithms-implementation

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ai-algorithms-implementation

Implementation of various Artificial Intelligence problems in java

  • Eight Puzzle Problem solved using various uninformed & informed searching algorithms
  • Travelling Salesperson Problem solved using genetic algorithm (only for 1 generation)