amchess / ShashChess

A try to implement Alexander Shashin's theory on a Stockfish's derived chess engine
GNU General Public License v3.0
130 stars 28 forks source link

Capablanca algorithm #46

Open Frosty54 opened 1 year ago

Frosty54 commented 1 year ago

Hello, I wanna implement only Capablanca algorithm. How I can do this?

amchess commented 1 year ago

You have to eliminate all conditions on it in the code, but I don't understand the sense...

Frosty54 commented 1 year ago

I want make Stockfish with only these three options: Capablanca, Tal, Petrosian without any book slots and experience options.

amchess commented 1 year ago

You can, but it will be a lot less refined.