Search found 125 matches
- Tue Mar 27, 2018 10:43 am
- Forum: Computer Chess Club: General Topics
- Topic: LCZero update (2)
- Replies: 116
- Views: 32192
Re: LCZero update
Please, try without "[-I debug.log]"
- Tue Mar 27, 2018 7:55 am
- Forum: Computer Chess Club: General Topics
- Topic: LCZero update (2)
- Replies: 116
- Views: 32192
Re: LCZero update
Here are some basic instructions for Windows:
https://github.com/glinscott/leela-ches ... ng-Started
https://github.com/glinscott/leela-ches ... ng-Started
- Fri Mar 16, 2018 9:28 pm
- Forum: Computer Chess Club: General Topics
- Topic: LCZero update
- Replies: 266
- Views: 68165
Re: LCZero update
Does anybody know how strength increases when the number of playouts is raised? Playouts play a HUGE role in strenght. All the games I've been running use the default 800, which makes it rather weak but is good for the training purposes, as it provides more games/time. I see you use 50000, that's a...
- Fri Mar 16, 2018 8:00 pm
- Forum: Computer Chess Club: General Topics
- Topic: LCZero update
- Replies: 266
- Views: 68165
Re: LCZero update
Is someone using Lczero already into FritzGui ,cutechess or any Gui already? I am running it in xboard via: xboard -fcp "./lczero --weights get_network -p50000 --noponder" -fUCI and can play games against or let it play against other engines. Does anybody know how strength increases when the number...
- Tue Mar 13, 2018 10:07 pm
- Forum: Computer Chess Club: General Topics
- Topic: Help needed: Gauntlet with the black pieces
- Replies: 6
- Views: 1573
Re: Help needed: Gauntlet with the black pieces
Thanks for your suggestions. I will try them over the next couple of days and will report back if I run into problems.
- Tue Mar 13, 2018 11:15 am
- Forum: Computer Chess Club: General Topics
- Topic: Help needed: Gauntlet with the black pieces
- Replies: 6
- Views: 1573
Help needed: Gauntlet with the black pieces
I want to run a gauntlet from this position(white to move) with stockfish always playing the black pieces and a couple of engines trying to defend with the white pieces. I am not interested in the reverse games with stockfish playing white. [D] r1b1k1r1/ppp1qppp/2p2n2/2b1p3/4P3/3P1N1P/PPP2PP1/RNBQ1R...
- Thu Mar 01, 2018 8:45 pm
- Forum: Computer Chess Club: General Topics
- Topic: New engine: Xiphos
- Replies: 48
- Views: 19310
Re: New engine: Xiphos
Not everyone uses a deterministic approach. He seeds with system time https://github.com/milostatarevic/xiphos/blob/14b68cc0b6f2368ad66827e2f78383307389d941/src/hash.c#L124 So that is nothing to worry about, IMO. You are right, using a constant seed value for srand made the program completely deter...
- Thu Mar 01, 2018 10:13 am
- Forum: Computer Chess Club: General Topics
- Topic: New engine: Xiphos
- Replies: 48
- Views: 19310
Re: New engine: Xiphos
Thanks for this new engine. Very much appreciated :D I pulled the latest sources from github. I got a different nodes number for both the bmi2 and the magic version, after entering the same commands. Run 1: ./xiphos-magic Xiphos 0.1 SSE by Milos Tatarevic threads=1 hash=128MB isready readyok ucinewg...
- Thu Feb 22, 2018 9:09 am
- Forum: Computer Chess Club: Programming and Technical Discussions
- Topic: cutechess-cli produces no screen output under Linux
- Replies: 16
- Views: 6246
Re: cutechess-cli produces no screen output under Linux
Some observations: I compiled the latest cutechess from github on my Laptop running Ubuntu 17.10. I ended up with the same problems described by Michael and cutechess-cli won't produce any console output. I copied the folder to my main machine(Arch Linux) and the very same binary runs without proble...
- Wed Feb 21, 2018 1:25 pm
- Forum: Computer Chess Club: Programming and Technical Discussions
- Topic: cutechess-cli produces no screen output under Linux
- Replies: 16
- Views: 6246
Re: cutechess-cli produces no screen output under Linux
I downloaded version 0.85 from their releases page, but it still doesn't show any console output. Moreover, i got an error first: Warning: Unknown option: "-tb" . I am running Arch Linux here with the latest cutechess-cli compiled from source and your script works like a charm. Instead of using the...