Search found 870 matches

by Ed Gilbert
Thu Jun 04, 2026 13:29
Forum: Draughts, Computer, Internet
Topic: (Hub engine) GUI for International Draughts
Replies: 68
Views: 1661

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: 68
Views: 1661

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: 68
Views: 1661

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: 68
Views: 1661

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: 115

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: 43
Views: 6809

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: 271
Views: 299599

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: 271
Views: 299599

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: 40874

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: 40874

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 ...
by Ed Gilbert
Tue Apr 22, 2025 13:22
Forum: Draughts, Computer, Internet
Topic: Funny game
Replies: 6
Views: 43498

Re: Funny game

At first glance I thought the black/white positions might be symmetrical mirrors, but they aren't quite, the man on 43 would have to be moved to 44.

Kingsrow thinks that white's first really weak move was 11. 39-33. The search score jumps from 12 to 56 almost instantly. 50-45 instead maintains a ...
by Ed Gilbert
Thu Sep 19, 2024 18:46
Forum: Draughts, Computer, Internet
Topic: The Unofficial World Championship Of Computer Programs 2024
Replies: 55
Views: 139908

Re: The Unofficial World Championship Of Computer Programs 2024


Flits (white) played 38-33 and the game was concluded soon as a win for Kingsrow.
A better defense seems to be 40-35 (9-14) 32-28 (21-27) 37-32 (27-31 or 14-20) with a possible draw.
I'm not sure this sequence is right and that this ends in a draw, Ed might have the final verdict here.

Kingsrow ...
by Ed Gilbert
Wed Sep 18, 2024 17:24
Forum: Draughts, Computer, Internet
Topic: All engines: DXP configuration
Replies: 14
Views: 66900

Re: All engines: DXP configuration


Ed this is about dxp not hub.

It's about automating engine matches using the PyDraughts library. The PyDraughts library supports both dxp and hub. I'm assuming that each engine will talk to the PyDraughts script so that it can control the games. It shouldn't matter which protocol PyDraughts uses ...
by Ed Gilbert
Wed Sep 18, 2024 13:48
Forum: Draughts, Computer, Internet
Topic: All engines: DXP configuration
Replies: 14
Views: 66900

Re: All engines: DXP configuration

Hi Gijsbert. Kingsrow supports dxp but it can only be started interactively with gui commands. However there is a Hub version of kingsrow that provides what you need. Hub give you control of all the kingsrow settings, and more options for time control. It does support the x moves in y minutes that ...
by Ed Gilbert
Wed Sep 04, 2024 23:42
Forum: Draughts, Computer, Internet
Topic: Is there such a program?
Replies: 19
Views: 75141

Re: Is there such a program?


Thank you for your answer. I have a question, is it possible to save movements, for example 02, 07, 09? Do I have to fill in the zeros in the game record myself.

No, there is no requirement in the PDN standard for the square numbers in moves to have leading zeros, so kingsrow does not generate ...