Search found 579 matches
- Thu Oct 22, 2020 1:57 pm
- Forum: Computer Chess Club: General Topics
- Topic: Schooner Version 2.2 Release
- Replies: 46
- Views: 11378
Re: Schooner Version 2.2 Release
Great -- will download and try this now. Thanks for making the Linux compile!
- Thu Oct 22, 2020 1:49 pm
- Forum: Computer Chess Club: General Topics
- Topic: Brendan, I need your helps ... Topic = Rodent!
- Replies: 8
- Views: 1022
Re: Brendan, I need your helps ... Topic = Rodent!
Is it possible to get a linux compile of Rodent? I'd like to run it on CCC.
- Sat Jun 27, 2020 8:54 am
- Forum: Computer Chess Club: General Topics
- Topic: Stockfish NN release (NNUE)
- Replies: 227
- Views: 80619
Re: Stockfish NN release (NNUE)
Does anyone have a reliable method for building this project on Linux?
- Mon Jun 22, 2020 6:31 am
- Forum: Computer Chess Club: Programming and Technical Discussions
- Topic: Cute chess problem
- Replies: 6
- Views: 1901
Re: Cute chess problem
Yes, it's possible. see ./cutechess-cli --help
-noswap Do not swap sides of paired engines
-noswap Do not swap sides of paired engines
- Sat Jun 20, 2020 1:35 pm
- Forum: Computer Chess Club: General Topics
- Topic: Stockfish NN release (NNUE)
- Replies: 227
- Views: 80619
Re: Stockfish NN release (NNUE)
"nps 49143364" "nps 52486448" What's your normal nps? The NN should be around 40-50% slower than regular Stockfish. Also what binary are you using? using this binary "/Stockfish/src/stockfish" I included two outputs. One is with the NN loaded, the other is without the NN loaded. rates were 49143364...
- Sat Jun 20, 2020 8:11 am
- Forum: Computer Chess Club: General Topics
- Topic: Stockfish NN release (NNUE)
- Replies: 227
- Views: 80619
Re: Stockfish NN release (NNUE)
How can I confirm it's using the neural net? I tried these two sets of commands setoption name Threads value 80 setoption name Hash value 8192 go depth 28 info depth 28 seldepth 43 multipv 1 score cp 49 nodes 597386734 nps 49143364 hashfull 456 tbhits 0 time 12156 pv e2e4 e7e6 g1f3 d7d5 e4d5 e6d5 d2...
- Sat Jun 20, 2020 7:52 am
- Forum: Computer Chess Club: General Topics
- Topic: Stockfish NN release (NNUE)
- Replies: 227
- Views: 80619
Re: Stockfish NN release (NNUE)
To run on linux, I made a Dockerfile:
https://github.com/jessegersensonchess/ ... nue-docker
https://github.com/jessegersensonchess/ ... nue-docker
- Sat Jun 20, 2020 6:47 am
- Forum: Computer Chess Club: General Topics
- Topic: nnue-gui 1.0 released
- Replies: 13
- Views: 4465
Re: nnue-gui 1.0 released
Nice one Norm!
- Sat Jun 20, 2020 6:33 am
- Forum: Computer Chess Club: General Topics
- Topic: My strongest NNUE net (yet)
- Replies: 34
- Views: 10264
Re: My strongest NNUE net (yet)
Does this run in linux?
- Mon Jun 17, 2019 4:24 pm
- Forum: Computer Chess Club: General Topics
- Topic: Question for Nelson Hernandez - TCEC power consumption
- Replies: 13
- Views: 4279
Re: Question for Nelson Hernandez - TCEC power consumption
I am not sure about TCEC power draw. For what it's worth, under load, the CCC hardware pulls 680 watts (CPU machine), 1550 watts (GPU machine). With no engines running the CPU machine pulls 200 watts. Question: What is the precise power draw from the A/B machine and the NN machine in the current TCE...