Oremiro / Stockfish.NET

Interloop with Stockfish chess engine in c# language on .net platform
MIT License
22 stars 15 forks source link

SkillLevel #10

Open apriori-yarik opened 2 years ago

apriori-yarik commented 2 years ago

Hello! Have you tested how skilllevel relates to the strength of the engine? The default is 20, but I've beaten it really easily (I'm an experienced chess player, ELO rating around 2000). What's the max skilllevel? Thanks in advance.

Oremiro commented 2 years ago

I am not an engine developer, in fact the library is a wrapper over the build with 12 version, which can be downloaded from here https://stockfishchess.org/

Have you changed the depth or other settings in the libraries? By default depth == 2, maybe that's why it's easy for you to win games?

It may not be obvious because the library is poorly documented. image