Search found 77 matches
- Mon Dec 10, 2018 3:24 pm
- Forum: Computer Chess Club: Programming and Technical Discussions
- Topic: fast(er) movegen
- Replies: 34
- Views: 11727
Re: fast(er) movegen
Hi Flok, I have the same feeling that my engine has a slow move generation. QPerft tool by HGM has a really fast move generation (IDK if it is the fastest), his tool is at least 17x faster than my engine, but it is only move generation. His tool depth 6: ./perft 6 ... Quick Perft by H.G. Muller Perf...
- Sun Dec 02, 2018 2:07 pm
- Forum: Computer Chess Club: Tournaments and Matches
- Topic: Eight-Headed Monsters IX
- Replies: 38
- Views: 7259
Re: Eight-Headed Monsters IX
Thanks Graham!
- Wed Nov 21, 2018 4:25 pm
- Forum: Computer Chess Club: Programming and Technical Discussions
- Topic: Lazy SMP and 44 cores
- Replies: 21
- Views: 7459
Re: Lazy SMP and 44 cores
Hi Sanders, On Pirarucu i have similar search info: - Only Pawn cache and Transposition are shared; - No eval cache nor material cache; - PV and score is updated by master thread and taken from TT. I have 2 different threads running (main search and helper search): - The main controls the search sto...
- Tue Nov 20, 2018 5:36 pm
- Forum: Computer Chess Club: Programming and Technical Discussions
- Topic: Revived Engine - Frank Walter 2.2.0 (Java - WB)
- Replies: 16
- Views: 3526
Re: Revived Engine - Frank Walter 2.2.0 (Java - WB)
Congrats on your project! Really nice to have Syzygy TB support in Java!
- Sat Nov 17, 2018 12:45 pm
- Forum: Computer Chess Club: Tournaments and Matches
- Topic: Open Swiss Edition II
- Replies: 62
- Views: 11652
Re: Open Swiss Edition II
Please include Pirarucu.
Thanks,
Thanks,
- Thu Nov 15, 2018 11:35 pm
- Forum: Computer Chess Club: Programming and Technical Discussions
- Topic: new Engine, Axolotl
- Replies: 31
- Views: 7634
Re: new Engine, Axolotl
Hi Louis,
Congrats on your project. I'd recommend configuring Travis or any CI github plugin to create releases, it should be doable using maven, you can check how i do it with gradle here. To create a version i just need to create a github tag.
Thanks,
Raoni Campos
Congrats on your project. I'd recommend configuring Travis or any CI github plugin to create releases, it should be doable using maven, you can check how i do it with gradle here. To create a version i just need to create a github tag.
Thanks,
Raoni Campos
- Fri Oct 19, 2018 2:34 pm
- Forum: Computer Chess Club: General Topics
- Topic: Pirarucu v2.6.0
- Replies: 14
- Views: 4785
Re: Pirarucu v2.6.0
Hi!
Hot fix v2.6.1. Fixing a bug in time control (only affect games with movesToGo).
Thanks Tirsa for the report,
Raoni Campos
Hot fix v2.6.1. Fixing a bug in time control (only affect games with movesToGo).
Thanks Tirsa for the report,
Raoni Campos
- Tue Oct 16, 2018 2:51 pm
- Forum: Computer Chess Club: Tournaments and Matches
- Topic: 71st Amateur Series Division 4
- Replies: 11
- Views: 3219
Re: 71st Amateur Series Division 4
Thanks for the tournament!
- Sun Oct 14, 2018 12:02 am
- Forum: Computer Chess Club: Tournaments and Matches
- Topic: 140 - CCLS Season 5 - Entry League (64 engines)
- Replies: 15
- Views: 4237
- Fri Oct 12, 2018 10:01 pm
- Forum: Computer Chess Club: Programming and Technical Discussions
- Topic: 3 million games for training neural networks
- Replies: 26
- Views: 9798
Re: 3 million games for training neural networks
Right!
Thanks,
Raoni Campos
Thanks,
Raoni Campos