Skip to content

Uninformed Search, Reversi Game Playing Agent, Inference Learning

Notifications You must be signed in to change notification settings

sdlirjc/artificial_intelligence_cpp

 
 

Repository files navigation

Reversi Game Playing Agent - 
Created an intelligent agent to determine the next move using Greedy, MiniMax and Alpha-Beta pruning
algorithms with positional weight evaluation functions.

Inference Learning - Created an agent that can make inferences from an input knowledge base.

Uninformed search - Implemented breadth first, depth first and uniform cost search to find optimal traversal links between source and
destination nodes.

About

Uninformed Search, Reversi Game Playing Agent, Inference Learning

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C++ 99.4%
  • Makefile 0.6%