NikolayIT / TcecEvaluationBot

Chat bot for https://tcec-chess.com/
MIT License
15 stars 3 forks source link

SimpleEval engine for the !eval command #20

Open QuackQuackBlah opened 3 years ago

QuackQuackBlah commented 3 years ago

Could you possibly compile https://github.com/Fanael/Stockfish/tree/dried-cod for your computer?

Thanks!

Edit: Made into a draft, because Simple Eval needs to be compiled and added, before this pull request will do anything.

The compiled version has been added to PR

NikolayIT commented 3 years ago

Are there any compile instructions available?

QuackQuackBlah commented 3 years ago

It should be compiled in the same way that you compile Stockfish for your machine.

NikolayIT commented 3 years ago

Do you have precompiled binaries that are suitable for Intel(R) Xeon(R) CPU E3-1230 v3 @ 3.30GHz I don't have cpp compiler on the eval bot machine.

QuackQuackBlah commented 3 years ago

I believe being compiled with "x86-64-bmi2" is a suitable binary for your machine, so I've pushed the file onto this pull request. I've un-marked this PR from being a draft, because this should work as is it is now.