Monte Carlo tree search (MCTS) for Elixir.
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.
Add mcts
to your list of dependencies in mix.exs
:
def deps do
[
{:mcts, "~> 0.1.0"}
]
end
Documentation can be found here at Hex.pm or generated from the
source code using mix docs
.
The following Mix tasks are available to assist in development:
mix docs
mix test
mix coveralls
mix credo
This project is released under the terms of the MIT License.