Search found 875 matches

by Ed Gilbert
Mon Jul 06, 2026 18:18
Forum: Draughts, Computer, Internet
Topic: New NNUE Checkers Engine "DarkHorse"
Replies: 11
Views: 2483

Re: New NNUE Checkers Engine "DarkHorse"

CheckersGuy wrote: Mon Jul 06, 2026 18:10 The dll was probably not part of the checkerboard implementation in the past, right ?
Yes. Cake is part of the CheckerBoard install, and in 2021 Martin started using the egdb dll, so it was added to the CB install. Of course it was always part of the kingsrow install.
by Ed Gilbert
Mon Jul 06, 2026 17:58
Forum: Draughts, Computer, Internet
Topic: New NNUE Checkers Engine "DarkHorse"
Replies: 11
Views: 2483

Re: New NNUE Checkers Engine "DarkHorse"

Bert, the egdb dll is included as part of the CheckerBoard installation, so it's not really necessary to have it in an engine distribution.
by Ed Gilbert
Sun Jul 05, 2026 22:11
Forum: Draughts, Computer, Internet
Topic: New NNUE Checkers Engine "DarkHorse"
Replies: 11
Views: 2483

Re: New NNUE Checkers Engine "DarkHorse"

Robin, congrats on DarkHorse, it sounds like it is very strong, and I am looking forward to trying it. My computer has been tied up recently building more databases, but it will be finished soon and then I can start doing some of the other projects that I have been postponing.
Thanks for sharing ...
by Ed Gilbert
Thu Jun 18, 2026 18:15
Forum: Draughts, Computer, Internet
Topic: Dragon v4.7
Replies: 24
Views: 3868

Re: Dragon v4.7

I have the Dragon 2 through 7 pieces db on Mega here: https://mega.nz/file/iAB2DCRK#Xk4G6XQRM ... 86zwghkofE
by Ed Gilbert
Thu Jun 11, 2026 13:07
Forum: Draughts, Computer, Internet
Topic: (Hub engine) GUI for International Draughts
Replies: 98
Views: 11283

Re: (Hub engine) GUI for International Draughts

I documented the DXP additions for Fischer time control in a forum post 10 years ago. I will paste it below. Also, to enable its use in kingsrow, there needs to be a file named "kingsrow.ini" in the directory Documents\Ed Gilbert\Kingsrow International. An empty file will work.

----------

I added ...
by Ed Gilbert
Thu Jun 04, 2026 13:29
Forum: Draughts, Computer, Internet
Topic: (Hub engine) GUI for International Draughts
Replies: 98
Views: 11283

Re: (Hub engine) GUI for International Draughts

Gijsbert, thank you for posting some of the details about how you interact with Codex. Very helpful.
I tried version 1.7 of the GUI and got tournaments running with mobydam. It turns out I had misunderstood your instructions for interfacing to mobydam and had not changed the setting of gui-send ...
by Ed Gilbert
Tue Jun 02, 2026 20:08
Forum: Draughts, Computer, Internet
Topic: (Hub engine) GUI for International Draughts
Replies: 98
Views: 11283

Re: (Hub engine) GUI for International Draughts

Version 1.4 is published on github. You should be able to play a match between Kingsrow and Mobydam with this version.
I have downloaded GWGUI version 1.6 and started to play with it. I am trying to run a hub tournament between kingsrow and the latest version of moby dam, Moby Dam_May 15 2026. The ...
by Ed Gilbert
Fri May 29, 2026 17:58
Forum: Draughts, Computer, Internet
Topic: (Hub engine) GUI for International Draughts
Replies: 98
Views: 11283

Re: (Hub engine) GUI for International Draughts


Good point, currently 'go ponder' behaves as 'go analyze'. Perhaps we can have a quick show of hands here: do all engines support 'go analyze', so when browsing a game the GUI continuously sends 'go analyze'? 'go ponder' should work as Harm/UCI mentions?

Kingsrow supports both go analyze and go ...
by Ed Gilbert
Fri May 29, 2026 03:48
Forum: Draughts, Computer, Internet
Topic: (Hub engine) GUI for International Draughts
Replies: 98
Views: 11283

Re: (Hub engine) GUI for International Draughts


I have tested this version with the latest mobydam.exe, and mobydam requires 'hub' as the first argument to launch it in hub mode. 'We' have added that option to the engine-parameters dialog box, so before you open mobydam you first edit the engine-parameters and set 'launch-hub-argument' to 'hub ...
by Ed Gilbert
Thu May 28, 2026 02:37
Forum: Draughts, Computer, Internet
Topic: Hub protocol
Replies: 2
Views: 1633

Re: Hub protocol


I found the root cause. My 'International Draughts GUI' was sending a 'K' after a promotion. GWD didn't care but Kingsrow does.

Ah good. I was almost finished typing a rather long response when I saw that you found the problem.

In general I think you should only send the most recent moves ...
by Ed Gilbert
Wed Apr 15, 2026 13:01
Forum: Draughts, Computer, Internet
Topic: Swiss Tournament Programs
Replies: 69
Views: 20310

Re: Swiss Tournament Programs

In American 8x8 checkers, when they realized there were too many draws, they started using more difficult start positions. First they used 2-move openings, and then later changed to 3-move openings. For 10x10 draughts, a similar idea might be to use a set of difficult start positions to get more ...
by Ed Gilbert
Sun Sep 21, 2025 15:08
Forum: Draughts, Computer, Internet
Topic: Perft
Replies: 276
Views: 374751

Re: Perft

BertTuyt wrote: Sun Sep 21, 2025 14:55 The perft result from Ed was (most likely) without bulk-counting, which should not be neglected.
I looked at some old commits in SVN. Bulk counting was added on July 17, 2008.
by Ed Gilbert
Sun Sep 21, 2025 14:58
Forum: Draughts, Computer, Internet
Topic: Perft
Replies: 276
Views: 374751

Re: Perft

My newest PC is a laptop with an I7-12700H CPU. Base clock is 2.4 GHz, but it gets up to about 4.5 GHz with turbo boost.

perft(1) 9 nodes, 0.00 sec, 9 knodes/sec
perft(2) 81 nodes, 0.00 sec, 81 knodes/sec
perft(3) 658 nodes, 0.00 sec, 658 knodes/sec
perft(4) 4265 nodes, 0.00 sec, 4265 knodes/sec ...
by Ed Gilbert
Fri Sep 05, 2025 14:51
Forum: Draughts, Computer, Internet
Topic: Challenge
Replies: 11
Views: 62746

Re: Challenge


If you only want to know if it is a definitive win for black, without determining the path to win, you can do a 100 ply minimal window search in move 12 for white. Depending on your score for definite win, one can use a window such as -1000 .. -999. If it fails low, you are sure that black wins ...
by Ed Gilbert
Fri Sep 05, 2025 13:10
Forum: Draughts, Computer, Internet
Topic: Challenge
Replies: 11
Views: 62746

Re: Challenge

I let kingsrow play it out in autoplay at 2min/move, 16 search threads, and it ended in a black win. Of course that's not definitive. A better way to analyze it is using dropout expansion, to automatically explore all reasonable lines of play and build a db. It would probably take days or even weeks ...