Basic implementation of IS-MCTS in rust. Not intended to be used as a stable library: large changes may be made on a whim without changing semver.
For more information about IS-MCTS, see Monte Carlo Tree Search for games with Hidden Information and Uncertainty.
Licensed under either of
- Apache License, Version 2.0, (LICENSE-APACHE or http://www.apache.org/licenses/LICENSE-2.0)
- MIT license (LICENSE-MIT or http://opensource.org/licenses/MIT)
at your option.