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"}
]
endDocumentation 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 docsmix testmix coverallsmix credo
This project is released under the terms of the MIT License.