Docs.rs
monte_carlo-0.1.1
monte_carlo 0.1.1
Permalink
Docs.rs crate page
GPL-3.0
Links
Repository
crates.io
Source
Owners
John-Toohey
Dependencies
ego-tree ^0.6.2
normal
fastrand ^2.0.1
normal
ordered-float ^4.2.0
normal
Versions
85%
of the crate is documented
Platform
i686-pc-windows-msvc
i686-unknown-linux-gnu
x86_64-apple-darwin
x86_64-pc-windows-msvc
x86_64-unknown-linux-gnu
Feature flags
docs.rs
About docs.rs
Badges
Builds
Metadata
Shorthand URLs
Download
Rustdoc JSON
Build queue
Privacy policy
Rust
Rust website
The Book
Standard Library API Reference
Rust by Example
The Cargo Guide
Clippy Documentation
monte_
carlo
0.1.1
All Items
Crate Items
Structs
Enums
Traits
Crate
monte_carlo
Copy item path
Source
Structs
§
Node
A node in the MCTS
State
The state of the monte carlo tree search
WonTerminal
The game has been won.
Enums
§
Move
Policy
Which type of move to take
Terminal
A state at the end of a game
Traits
§
Board
A trait to be implemented on a board
Game
A game.
Move
A trait to be implemented on a representation of a move
Turn
A player/turn in the game