Skip to content

Similar Open Source Projects

Johannes Czech edited this page Apr 4, 2021 · 1 revision

Related

Similar open source neural network chess projects are listed below:

chess-alpha-zero

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

SixtyFour crazyhouse engine

Leela-Chess-Zero chess engine

Allie(Stein) chess engine

Scorpio chess engine

Ceres - an MCTS chess engine for research and recreation