ChandlerKenworthy / ChessEngine

Personal project to improve my C++ skills and develop a chess engine that can consistently beat me (I am about ~1500 chess elo).
0 stars 0 forks source link

Add multi-threaded support #16

Open ChandlerKenworthy opened 9 months ago

ChandlerKenworthy commented 9 months ago

Add multi-threaded support to the engine to support a calculation speed up. Engine is currently significantly slower than Stockfish 16 when calculating depths >6.

ChandlerKenworthy commented 6 months ago

For now this actually relates to move generation alone and not to any parts of the search.