Skip to content

gab8192/Obsidian

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

598 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Obsidian

A top tier UCI chess engine written in c++, that I started developing in april 2023.

As of 18 July 2024, Obsidian is the 3rd strongest engine at 10+1s, after Stockfish and Torch. January 2025: It is 3rd in SPCC too.

Building

git clone https://github.com/gab8192/Obsidian
cd Obsidian
make -j nopgo build=ARCH

ARCH choice: native, sse2, ssse3, avx2, avx2-pext, avx512. native is recommended however. You can remove the nopgo flag to enable profile guided optimization.

Neural network

Obsidian evaluates positions with a neural network trained on Lc0 data.

Credits

About

An UCI chess engine

Resources

License

Stars

Watchers

Forks

Packages

 
 
 

Contributors