/aima-scala

Primary LanguageScalaMIT LicenseMIT

aima-scala Build Status Gitter

Scala implementation of algorithms from Russell And Norvig's Artificial Intelligence - A Modern Approach 3rd Edition. You can use this in conjunction with a course on AI, or for study on your own.

Formating the code

sbt scalafmt

Test Coverage

sbt ";clean;test"
sbt coverageReport

reports are generated in the target/scoverage-report folder of the sub-projects