a1shadows / aima-scala

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

License:MIT License


Languages

Language:Scala 100.0%