
Search found 29 matches
- Fri May 22, 2026 12:55
- Forum: Draughts, Computer, Internet
- Topic: (Hub engine) GUI for International Draughts
- Replies: 2
- Views: 77
Re: (Hub engine) GUI for International Draughts
The GUI is almost done. Codex started to struggle a bit with tracking the actual engine state and the state the GUI thought it was in, but after suggesting 'we' should log the states and the state transitions and copying/pasting the log-output into the chat if an error occurred Codex quickly ...
- Thu May 21, 2026 08:30
- Forum: Draughts, Computer, Internet
- Topic: (Hub engine) GUI for International Draughts
- Replies: 2
- Views: 77
(Hub engine) GUI for International Draughts
Hi,
I guess, like many of you, I regularly use AI while programming in “paste question into web browser and copy answer” mode. However, I noticed that the latest AI coding agents have become really good.
Yesterday I started from scratch with the latest ChatGPT Codex plugin for Visual Studio Code on ...
I guess, like many of you, I regularly use AI while programming in “paste question into web browser and copy answer” mode. However, I noticed that the latest AI coding agents have become really good.
Yesterday I started from scratch with the latest ChatGPT Codex plugin for Visual Studio Code on ...
- Sun Mar 22, 2026 14:26
- Forum: Draughts, Computer, Internet
- Topic: Challenge
- Replies: 11
- Views: 36045
Re: Challenge
Based on the first 8 iterations we will reach depth 50 in 1M years..
GW
GW
- Sun Mar 22, 2026 04:06
- Forum: Draughts, Computer, Internet
- Topic: Challenge
- Replies: 11
- Views: 36045
Re: Challenge
The latest version of GWD would play 21-27 with an evaluation of 0.29 after 30 seconds. GWD has a drop-out expansion feature to generate an opening book, it can recursively expand the two best moves in a position with a maximum absolute evaluation of less than or equal to +0.25 to avoid expansion of ...
- Mon Sep 22, 2025 15:53
- Forum: Draughts, Computer, Internet
- Topic: AUGUST 2025 BLITZ TOURNAMENT
- Replies: 55
- Views: 85436
Re: AUGUST 2025 BLITZ TOURNAMENT
These are games from a DXP test-match, I always use 2 minutes for 75 moves. Before version 7.902 I was using one core, but the LMR verification introduced in version 7.902 negatively impacted search depth, so I am now using 4 cores (until I have figured out a better and faster way to deal with LMR ...
- Sun Sep 21, 2025 15:18
- Forum: Draughts, Computer, Internet
- Topic: AUGUST 2025 BLITZ TOURNAMENT
- Replies: 55
- Views: 85436
Re: AUGUST 2025 BLITZ TOURNAMENT
When testing against Kingsrow I also notice sometimes narrow escapes in the sense that both GWD and Kingsrow show scores of -0.60 and +0.60 for say 10 consecutive moves but GWD manages (somehow) to draw. GWD annotates its moves with the score and I asked ChatGPT to analyze a game. It proposed some ...
- Wed Sep 03, 2025 09:00
- Forum: Draughts, Computer, Internet
- Topic: AUGUST 2025 BLITZ TOURNAMENT
- Replies: 55
- Views: 85436
Re: AUGUST 2025 BLITZ TOURNAMENT
Hi Sidiki,
Thank you so much for organizing and running the tournament! As always, it was very insightful.
I have published the tournament release (7.902) on Github: https://github.com/gwiesenekker/GWD . The main new features are that GWD now uses embedding vectors for evaluation of the neural ...
Thank you so much for organizing and running the tournament! As always, it was very insightful.
I have published the tournament release (7.902) on Github: https://github.com/gwiesenekker/GWD . The main new features are that GWD now uses embedding vectors for evaluation of the neural ...
- Tue Apr 08, 2025 09:04
- Forum: Draughts, Computer, Internet
- Topic: Source code GWD
- Replies: 1
- Views: 30387
Source code GWD
Hi,
I published the source code (and the Windows executable that can be registered as a hub engine) of GWD on Github some time ago. I just published the latest version, it is available at: https://github.com/gwiesenekker/GWD. I want to thank Joost Buijs for helping me porting GWD to Windows ...
I published the source code (and the Windows executable that can be registered as a hub engine) of GWD on Github some time ago. I just published the latest version, it is available at: https://github.com/gwiesenekker/GWD. I want to thank Joost Buijs for helping me porting GWD to Windows ...
- Thu Sep 19, 2024 11:19
- Forum: Draughts, Computer, Internet
- Topic: All engines: DXP configuration
- Replies: 14
- Views: 63890
Re: All engines: DXP configuration
Hi,
PyDraughts is the DXP initiator. The reason for choosing the DXP protocol is that most engines (if not all) support it, but I will check if Pydraughts supports mixed mode, so one engine using DXP and the other (like Kingsrow) using hub.
Regards,
GW
PyDraughts is the DXP initiator. The reason for choosing the DXP protocol is that most engines (if not all) support it, but I will check if Pydraughts supports mixed mode, so one engine using DXP and the other (like Kingsrow) using hub.
Regards,
GW
- Wed Sep 18, 2024 11:09
- Forum: Draughts, Computer, Internet
- Topic: All engines: DXP configuration
- Replies: 14
- Views: 63890
All engines: DXP configuration
Hi,
I hope you all enjoyed watching the games played during the tournament organized by Krzsyztof, as always very interesting and useful! Now to make it easier to run these tournaments I am working on a Python script so that (most) engines can play against each other automatically using PyDraughts ...
I hope you all enjoyed watching the games played during the tournament organized by Krzsyztof, as always very interesting and useful! Now to make it easier to run these tournaments I am working on a Python script so that (most) engines can play against each other automatically using PyDraughts ...
- Thu Aug 29, 2024 21:43
- Forum: Draughts, Computer, Internet
- Topic: pydraughts, a draughts library in Python
- Replies: 7
- Views: 46085
Re: pydraughts, a draughts library in Python
Thank you!
Regards,
GW
Regards,
GW
- Tue Aug 27, 2024 08:50
- Forum: Draughts, Computer, Internet
- Topic: pydraughts, a draughts library in Python
- Replies: 7
- Views: 46085
Re: pydraughts, a draughts library in Python
Hi,
How does the DXP mode work? Is pydrauhts the DXP server or listener? I guess pydraughts is the DXP initiator? All engines should use a different DXP port number when running on the same machine? Will pydraughts launch the engine or is the engine supposed to be started and configured in DXP mode ...
How does the DXP mode work? Is pydrauhts the DXP server or listener? I guess pydraughts is the DXP initiator? All engines should use a different DXP port number when running on the same machine? Will pydraughts launch the engine or is the engine supposed to be started and configured in DXP mode ...
- Fri Feb 09, 2024 15:37
- Forum: Draughts, Computer, Internet
- Topic: International draughts tournament 2024
- Replies: 39
- Views: 93574
Re: International draughts tournament 2024
Thanks Krzysztof and we are all looking forward to the results of the next round!
Regards,
GW
Regards,
GW
- Fri Feb 09, 2024 12:56
- Forum: Draughts, Computer, Internet
- Topic: International draughts tournament 2024
- Replies: 39
- Views: 93574
Re: International draughts tournament 2024
Hi Krzysztof,
That is what happens with an actively developed program: options and algorithms change all the time. I fully acknowledge (and I think all other programmers with me) all the hard work you put in playing all these engines against each other, many of which do not support the hub and/or ...
That is what happens with an actively developed program: options and algorithms change all the time. I fully acknowledge (and I think all other programmers with me) all the hard work you put in playing all these engines against each other, many of which do not support the hub and/or ...
- Thu Feb 08, 2024 16:00
- Forum: Draughts, Computer, Internet
- Topic: International draughts tournament 2024
- Replies: 39
- Views: 93574
Re: International draughts tournament 2024
FYI, it turns out GWD has been playing with up to the 5-piece EGTBs only during the first four rounds. This leads to considerable evaluation errors of easily a half to a full man if most end-nodes happen to end-up in 6-piece EGTB positions, as the neural network has not been trained on positions ...
