-
Notifications
You must be signed in to change notification settings - Fork 0
Similar Open Source Projects
Johannes Czech edited this page Apr 4, 2021
·
1 revision
Similar open source neural network chess projects are listed below:
In CrazyAra v.0.1.0 the Monte-Carlo-Tree-Search (MCTS) was imported and adapted from the following project:
For CrazyAra v.0.2.0 the MCTS was rewritten from scratch adding new functionality:
- Reusing the old search tree for future positions
- Node and child-nodes structure using numpy-arrays
- Always using mate-in-one connection if possible in the current search tree