MICMAC

Common Lisp implementation of various AI/statistics related things by
Gabor Melis.

Micmac has:

- UCT (a Monte Carlo tree search algorithm)
- Nash equilibrium finder
- Metropolis-Hastings MCMC
- Metropolis Coupled MCMC

It's under the MIT licence. See COPYING.

For an example on how to use it see test/test-*.lisp.

* Tests

Run the built in tests with:

  (ASDF:OOS 'ASDF:TEST-OP '#:MICMAC)