sambitdash / AIMACore.jl

Core libraries abstractions of the book "Artificial Intelligence - A Modern Approach". This is not the official code repository for the book.
Other
2 stars 6 forks source link

Chapter 5 - Implement the Algorithms #5

Open sambitdash opened 6 years ago

sambitdash commented 6 years ago

Implement the following algorithms:

  1. Min-Max Decision
  2. Alpha-Beta Search

Implement the Samples in the AIMASamples module.

prakharcode commented 6 years ago

I would like to take up this issue! Just to be a bit clear, we have to add the algorithm here and then add a sample use in AIMASamples, am I right @sambitdash ?

sambitdash commented 6 years ago

Yes.