Skip to content

rgarcia/aima-go

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

aima-go

Implementation of algorithms from the book Artificial Intelligence: A Modern Approach. Mostly done because I find aima-python hard to use since it makes only light use of abstract classes. This makes it hard to apply to new problems since the interface you must implement is not explicit.

Index

  • 6.3: adversarial/minimax
  • 6.7: adversarial/alphabeta

Contributing

make runs the tests.

About

Go implementation of algorithms from Russell and Norvig's Artificial Intelligence: A Modern Approach

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages