aimacode / aima-java

Java implementation of algorithms from Russell And Norvig's "Artificial Intelligence - A Modern Approach"

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

ClassicalSearch Notebook

samagra14 opened this issue · comments

The following things need to be added to the classical search notebook:-

  • Examples demonstrating the use of all uninformed search algorithms from the book in solving the Romania Map problem.
  • A detailed analysis(including time measurements) of the 8 puzzle problem by using various heuristics in the search.
  • Reproduce an experiment similar to Fig 3.13 .

@samagra14
I would like to work on this issue.

Cool @jsuyash1514. Go ahead 😃

The notebook looks complete.