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

Unlike aima-python, index of algorithms in aima-java does not mention whether any unit tests have been written for a specific algorithm.

hriaz17 opened this issue · comments

This may make it difficult for beginners to know which algorithm has been tested and which hasn't been tested. I would like to fix this in the documentation. Shall I go ahead?

This is the difference in documentation I'm talking about:
aima-java:
image
aima-python:
image

This will surely be a better index. Feel free to send a PR. Also, the mentors have suggested looking for alternatives to the Ipython notebooks for java. It would be great to have such an index.

Tests and notebook sections have been added. Hence I am closing this issue.