Skip to content

Latest commit

 

History

History
15 lines (12 loc) · 862 Bytes

README.md

File metadata and controls

15 lines (12 loc) · 862 Bytes

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