
Search found 8 matches
- Mon Jul 06, 2015 11:16
- Forum: Draughts, Computer, Internet
- Topic: Computer Olympiad 2015 Leiden
- Replies: 36
- Views: 29303
Re: Computer Olympiad 2015 Leiden
So how does the Draughts-programming community look upon the victory of Scan? Is this a sensational and revolutionary development? I understood Fabien's program did not even use end-game tables.
- Fri Nov 25, 2011 13:20
- Forum: Draughts, Computer, Internet
- Topic: draughts EGTs: 9-men possible?
- Replies: 12
- Views: 9819
Re: draughts EGTs: 9-men possible?
Well, I don't play Draugts myself, so my intuition on this is limited. I have designed a number of slicing techniques for Chess EGTs, though, and I wanted to investigate if these would be of any use in Draughts. Building selected slices of end-games with only few Kings without first generating all ...
- Thu Nov 24, 2011 14:31
- Forum: Draughts, Computer, Internet
- Topic: GUI and other standard protocols for draughts engines
- Replies: 26
- Views: 26535
Re: GUI and other standard protocols for draughts engines
After reading through the entire thread, I'd like to contribute the following comments:
Sockets are a concept from low-level I/O, and it is better to make standards independent of this level of detail. Note that WinBoard does support running of (Chess) engines on other machines then it is running ...
Sockets are a concept from low-level I/O, and it is better to make standards independent of this level of detail. Note that WinBoard does support running of (Chess) engines on other machines then it is running ...
- Thu Nov 24, 2011 10:13
- Forum: Draughts, Computer, Internet
- Topic: draughts EGTs: 9-men possible?
- Replies: 12
- Views: 9819
Re: draughts EGTs: 9-men possible?
I'm not sure about the 1-day job though: if you include adapting (and debugging!) the single-db generator to your scheme as well, it might take many days of work.
Ah, yes, it is good of you to point this out. Indeed programming it would be a job of many days, if not weeks. I am just to set in my ...
Ah, yes, it is good of you to point this out. Indeed programming it would be a job of many days, if not weeks. I am just to set in my ...
- Wed Nov 23, 2011 17:27
- Forum: Draughts, Computer, Internet
- Topic: draughts EGTs: 9-men possible?
- Replies: 12
- Views: 9819
Re: draughts EGTs: 9-men possible?
OK, it seems I have a workable scheme for factorization for the case of 4 Kings (of one color):
The board can be divided into 5 diagonal zones of 10 squares, by combing pairs of diagonals (1+9, 3+7 an 5+5 in one direction, 2+8, 4+6 and 10 in the other). If every zone contains 1 King (worst case ...
The board can be divided into 5 diagonal zones of 10 squares, by combing pairs of diagonals (1+9, 3+7 an 5+5 in one direction, 2+8, 4+6 and 10 in the other). If every zone contains 1 King (worst case ...
- Wed Nov 23, 2011 14:50
- Forum: Draughts, Computer, Internet
- Topic: draughts EGTs: 9-men possible?
- Replies: 12
- Views: 9819
Re: draughts EGTs: 9-men possible?
'On-the-fly' building of EGT slices with many irreversible pieces is a possibility that is very attractive for Chess. The problem is always that the slices required for the game at hand can eventually convert to the far greater end-games with promoted pieces. The situation in Draughts seems a ...
- Tue Nov 22, 2011 23:19
- Forum: Draughts, Computer, Internet
- Topic: draughts EGTs: 9-men possible?
- Replies: 12
- Views: 9819
draughts EGTs: 9-men possible?
EGT generation is one of my hobbies, especially designing efficient algorithms for it. Until now it never occurred to me that EGTs coulkd be very important in draughts , perhaps more so than in Chess, where they really are not much help to improve playing strength of engines.
I wondered what the ...
I wondered what the ...
- Tue Nov 22, 2011 22:53
- Forum: Draughts, Computer, Internet
- Topic: GUI and other standard protocols for draughts engines
- Replies: 26
- Views: 26535
Re: GUI and other standard protocols for draughts engines
Note that there already exists a version of WinBoard (the so-called Alien Edition) that has checkers / draughts amongst the supported variants. Compared to the standard version (which only supports Chess variants), this means that it solves the general problem of entering multi-captures, and ...