MCTS

Monte Carlo tree search (MCTS) for Elixir.

Status

This is an early work in progress, and should be considered experimental, incomplete, and unstable until v1.0.0, following Semantic Versioning.

All notable changes will be recorded in the changelog.

Installation

Add mcts to your list of dependencies in mix.exs:

def deps do
  [
    {:mcts, "~> 0.1.0"}
  ]
end

Documentation

Documentation can be found here at Hex.pm or generated from the source code using mix docs.

Development

The following Mix tasks are available to assist in development:

License

This project is released under the terms of the MIT License.