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

Notebook: Beyond Classical Search - 3e

jsuyash1514 opened this issue · comments

@samagra14 Currently, there is no notebook illustrating the use of local search and online search. I would like to work on the same. Should I proceed?

Yeah sure. Go ahead. Keep mentioning the sections you are adding.

@samagra14
Can I work on this notebook to add
HILL-CLIMBING
SIMULATED-ANNEALING
GENETIC-ALGORITHM
AND-OR-GRAPH-SEARCH
Can I proceed?

@vksngh19 I've already added these algorithms in the notebook. I'll be adding the rest algorithms of this chapter and will open a PR soon.