Search found 125 matches
- Fri Feb 16, 2018 11:18 am
- Forum: Computer Chess Club: General Topics
- Topic: Stripping a pgn
- Replies: 20
- Views: 5816
Re: Stripping a pgn
Anyone knowing of a trick to strip the pgn to just the moves played for both sides? Even better, if this could be done with the whole pgn file. Or, alternatively, does anyone know if there are stripped TCEC pgn files for download somewhere? Thanks, hope someone helps. Using Scid vs PC allows strip ...
- Sun Feb 11, 2018 12:01 am
- Forum: Computer Chess Club: General Topics
- Topic: nice correspondence move
- Replies: 23
- Views: 5670
Re: nice correspondence move
Very well, Robert! BTW, does anybody know, what has become of Rondo? If not under further development, maybe some free download eventually sometime? Or at least to be bought somewhere :?: I would be interested in this engine, too! Did it ever appear in public beside the two events mentioned by the ...
- Thu Feb 01, 2018 1:02 am
- Forum: Computer Chess Club: General Topics
- Topic: Cfish 9 is OUT!
- Replies: 38
- Views: 16205
Re: Cfish 9 is OUT!
I have been doing a couple of compiles with both Stockfish and Cfish over the past days. I used Ubuntu 18.04 for cross-compilation of the Windows binaries. Sf9 vs Cfish9 on Windows: I got similar results as Thomas with a slight edge in favor of Stockfish On Linux: Cfish kept a clear edge when using ...
- Thu Feb 01, 2018 12:44 am
- Forum: Computer Chess Club: General Topics
- Topic: SmarThink 1.98 is out
- Replies: 26
- Views: 9438
Re: SmarThink 1.98 is out
Thanks for this release.
Will give it a go in the next days.
The Linux version identifies itself with the following uci string:
id name SmarThink 1.97
This seems like a little slip.
Just out of curiosity:
Why do you use 10 mb as the default Hash size? All other engines I know use a power of 2.

The Linux version identifies itself with the following uci string:
id name SmarThink 1.97
This seems like a little slip.
Just out of curiosity:
Why do you use 10 mb as the default Hash size? All other engines I know use a power of 2.
- Thu Jan 25, 2018 8:28 pm
- Forum: Computer Chess Club: General Topics
- Topic: OpenTal 1.0 in a linux operating system
- Replies: 26
- Views: 5785
Re: OpenTal 1.0 in a linux operating system
I took the Makefile from Rodent and put it into this package.
https://www.sendspace.com/file/wybykm
Unpack the package, go to the sources subdirectory.
Install g++ with sudo apt install g++
Type make clean && make gcc-popcnt-profiled and you should have a running version.
https://www.sendspace.com/file/wybykm
Unpack the package, go to the sources subdirectory.
Install g++ with sudo apt install g++
Type make clean && make gcc-popcnt-profiled and you should have a running version.
- Tue Jan 16, 2018 7:50 pm
- Forum: Computer Chess Club: General Topics
- Topic: Announcing lczero
- Replies: 68
- Views: 40670
Re: Announcing lczero
This seems like a very interesting project. I am playing some 5 minute games against it right now and it moves instantly every single time. Is this the expected behaviour? This is because the default number of playouts is set to 800, and there is no time management. You can increase the number of p...
- Tue Jan 16, 2018 2:47 pm
- Forum: Computer Chess Club: General Topics
- Topic: Announcing lczero
- Replies: 68
- Views: 40670
Re: Announcing lczero
This seems like a very interesting project.
I am playing some 5 minute games against it right now and it moves instantly every single time. Is this the expected behaviour?
I am playing some 5 minute games against it right now and it moves instantly every single time. Is this the expected behaviour?
- Fri Jan 05, 2018 1:51 pm
- Forum: Computer Chess Club: General Topics
- Topic: Last chance to win
- Replies: 7
- Views: 1903
Re: Last chance to win
After a long search I came up with another engine beating this problem. LazyGull solved it after a long 3 hour search: dep score nodes time (not shown: tbhits knps seldep) 32 +0.81 122.5G 3:01:24 b6 Qxb6 Rd3 Qb4 Rdd2 Nb3 Rc2 Qe1 Be2 Nd4 Rb2 Rf8 Qb1 Qxb1 Rxb1 Nxe2 Rxe2 Rxh5 Rb7 Rg5+ Kh1 Rh5+ ...
- Wed Jan 03, 2018 10:58 pm
- Forum: Computer Chess Club: General Topics
- Topic: Last chance to win
- Replies: 7
- Views: 1903
Last chance to win
I watched a game between Critter and Stockfish and here is a slightly modified position from it [D]1r5k/p1q3p1/P2p1pPr/1PpPpP1P/2Pn2B1/4R3/Q4RK1/8 w - - 0 1 White has a last shot to the win game with b6! and gaining control over the open b file. I tried couple of engines for some minutes on 4 cores ...
- Fri Dec 29, 2017 6:03 pm
- Forum: Computer Chess Club: General Topics
- Topic: Toga II 4.0 release
- Replies: 30
- Views: 14795
Re: Toga II 4.0 release
It's merely a different hash size, Toga II on Windows x64 machines has a larger default hash than either on Linux or on 32-bit machines. I probably should have made them the same on second thoughts, but it's a minor issue. You can see that the hashfull is different too. Adjusting the Hash size give...