/aima-julia

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

Primary LanguageJuliaMIT LicenseMIT

aima-julia

Build Status

Julia (v0.5+) implementation of the algorithms found in "Artificial Intelligence: A Modern Approach".

Acknowledgements

The algorithms implemented in this project are found from both Russell And Norvig's "Artificial Intelligence - A Modern Approach" and aima-pseudocode.