
Bert
Code: Select all
Verify:7x7 Start, P = 210.267.794.000
51530.6 7x7, P = 210.267.794.000, NCW = 14.036.633.965, E = 0
Code: Select all
Verify:7x7 Start, P = 210.267.794.000
51530.6 7x7, P = 210.267.794.000, NCW = 14.036.633.965, E = 0
Code: Select all
Verify:8x6 Start, P = 182.479.296.120
51355.0 8x6, P = 182.479.296.120, NCW = 15.077.388.839, E = 0
Code: Select all
Verify:9x5 Start, P = 118.679.869.176
27746.3 9x5, P = 118.679.869.176, NCW = 12.149.534.525, E = 0
Code: Select all
Verify:10x4 Start, P = 56.923.426.846
12137.4 10x4, P = 56.923.426.846, NCW = 7.861.805.321, E = 0
Verify:11x3 Start, P = 19.514.811.840
4080.7 11x3, P = 19.514.811.840, NCW = 3.990.227.861, E = 0
Verify:12x2 Start, P = 4.516.906.290
735.4 12x2, P = 4.516.906.290, NCW = 1.484.410.911, E = 0
Hi BertBertTuyt wrote:Started a all-move analysis search (1 core only).
Will run this for some time (on my slow computer) to see what happens.
So far all 0, only 23-19 a loss.
Bert
If a program is specifcally built to solve the starting game position then I can see a significant difference between "weakly solved" and "strongly solved". In the case here the db built covers all positions with 16 pieces or less, and youcan note that most of these positions are not reachable from the starting position.BertTuyt wrote:Gerard, I think we could call it weakly solved (but think Rein has the final verdict).
So far no other moves other than 23-19 which have a final score.
I will also go towards 15P and 16P, but not immediately to 10x10 BT.
I want to do some other tests first.
If the 2018 Computer Olympics is again in Leiden (not sure), we could meet and have the first 10x10 BT Tournament.
Maybe Fabien will also join.
Think this is more fun than regular Draughts.
Bert
Wikipedia has an article on it. Strongly solved means having perfect play from any position. This still leaves some room for interpretation, and AFAICS the literature is not very precise.TAILLE wrote:If a program is specifcally built to solve the starting game position then I can see a significant difference between "weakly solved" and "strongly solved". In the case here the db built covers all positions with 16 pieces or less, and youcan note that most of these positions are not reachable from the starting position.BertTuyt wrote:Gerard, I think we could call it weakly solved (but think Rein has the final verdict).
So far no other moves other than 23-19 which have a final score.
I will also go towards 15P and 16P, but not immediately to 10x10 BT.
I want to do some other tests first.
If the 2018 Computer Olympics is again in Leiden (not sure), we could meet and have the first 10x10 BT Tournament.
Maybe Fabien will also join.
Think this is more fun than regular Draughts.
Bert
Taking into account that the starting position is certainly one of the most difficult position to solve the probability is very high to see Damy solves any position in less than 10'.
What are the needed conditions to say that the game is strongly solved?
Good idea to have a 10x10 BT Tournament. At least it could be now strong motivation!
I understand your point Rein and I agree with your conclusion. 8x8 BT is "strongly" solved because any position (and not only the starting one) can be solved in a reasonable time but not "ultra-strongly" solved because we do not know the DTW for every position.Rein Halbersma wrote:Wikipedia has an article on it. Strongly solved means having perfect play from any position. This still leaves some room for interpretation, and AFAICS the literature is not very precise.TAILLE wrote:If a program is specifcally built to solve the starting game position then I can see a significant difference between "weakly solved" and "strongly solved". In the case here the db built covers all positions with 16 pieces or less, and youcan note that most of these positions are not reachable from the starting position.BertTuyt wrote:Gerard, I think we could call it weakly solved (but think Rein has the final verdict).
So far no other moves other than 23-19 which have a final score.
I will also go towards 15P and 16P, but not immediately to 10x10 BT.
I want to do some other tests first.
If the 2018 Computer Olympics is again in Leiden (not sure), we could meet and have the first 10x10 BT Tournament.
Maybe Fabien will also join.
Think this is more fun than regular Draughts.
Bert
Taking into account that the starting position is certainly one of the most difficult position to solve the probability is very high to see Damy solves any position in less than 10'.
What are the needed conditions to say that the game is strongly solved?
Good idea to have a 10x10 BT Tournament. At least it could be now strong motivation!
Here's my view on how to differentiate these notions. The strongest solution would be to always return the DTW metric from endgame database (i.e. Bert's goal, I would call this "ultra-strongly" solved). One could relax this to DTW + quick (10's) searches. Or relax even further: GTV dbs (game theoretic value, so WL for BT draughts) from small searches (what Gerard and Bert have now).
In any case, the essential difference from weakly solved is that the solution there is for the initial position only, without a quick solution for other positions. So 8*8 checkers is weakly solved, but 8*8 BT draughts is strongly solved, though not "ultra-strongly" (no full DTW for every position). Would you all agree?
Ah good point on full WL vs full DTW dbs. My opinion is that full DTW (or smaller DTW + quick search with correct win distance) is much more valuable than full WL, especially since smaller WL + quick search are good alternative.TAILLE wrote:I understand your point Rein and I agree with your conclusion. 8x8 BT is "strongly" solved because any position (and not only the starting one) can be solved in a reasonable time but not "ultra-strongly" solved because we do not know the DTW for every position.Rein Halbersma wrote:Wikipedia has an article on it. Strongly solved means having perfect play from any position. This still leaves some room for interpretation, and AFAICS the literature is not very precise.TAILLE wrote:
If a program is specifcally built to solve the starting game position then I can see a significant difference between "weakly solved" and "strongly solved". In the case here the db built covers all positions with 16 pieces or less, and youcan note that most of these positions are not reachable from the starting position.
Taking into account that the starting position is certainly one of the most difficult position to solve the probability is very high to see Damy solves any position in less than 10'.
What are the needed conditions to say that the game is strongly solved?
Good idea to have a 10x10 BT Tournament. At least it could be now strong motivation!
Here's my view on how to differentiate these notions. The strongest solution would be to always return the DTW metric from endgame database (i.e. Bert's goal, I would call this "ultra-strongly" solved). One could relax this to DTW + quick (10's) searches. Or relax even further: GTV dbs (game theoretic value, so WL for BT draughts) from small searches (what Gerard and Bert have now).
In any case, the essential difference from weakly solved is that the solution there is for the initial position only, without a quick solution for other positions. So 8*8 checkers is weakly solved, but 8*8 BT draughts is strongly solved, though not "ultra-strongly" (no full DTW for every position). Would you all agree?
I am not sure Bert goal was to "ultra-strongly" solved 8x8 BT because, if I understood correctly, Bert view is to have the complete db but not the full DTW!
Thank you for your clarification Rein.
Hi Rein,Rein Halbersma wrote: Ah good point on full WL vs full DTW dbs. My opinion is that full DTW (or smaller DTW + quick search with correct win distance) is much more valuable than full WL, especially since smaller WL + quick search are good alternative.