Horizon - request

Discussion about development of draughts in the time of computer and Internet.
BertTuyt
Posts: 1592
Joined: Wed Sep 01, 2004 19:42

Re: Horizon - request

Post by BertTuyt »

I thought the save game function was working in the Damage GUI?
Is that still not the case?

Bert
Krzysztof Grzelak
Posts: 1368
Joined: Thu Jun 20, 2013 17:16
Real name: Krzysztof Grzelak

Re: Horizon - request

Post by Krzysztof Grzelak »

The program I write the game but not quite correctly. Please take a look himself.

[Event "DXP Match"]
[Site ""]
[Date "2016.9.21"]
[Round "1"]
[White "Horizon 4.6"]
[Black "Kingsrow 1.58"]
[Result "1-1"]
[FEN "W:W26,32,33,34,35,36,37,38,39,40,41,42,43,44,45,46,47,48,49,50:B1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,17,18,19,20,21"]

1. 36-31 11-16 2. 41-36 6-11 3. 34-29 19-24 4. 46-41 21-27 5. 31-22 18-27 6.
32-21 16-27 7. 37-32 11-16 8. 32-21 16-27 9. 41-37 17-22 10. 37-32 12-18 11.
32-21 22-28 12. 33-22 18-16 13. 36-31 24-33 14. 39-28 14-19 15. 31-27 10-14
16. 35-30 4-10 17. 30-25 19-23 18. 28-19 14-23 19. 25-14 10-19 20. 44-39 5-10
21. 39-33 10-14 22. 38-32 8-12 23. 33-28 2-8 24. 42-37 7-11 25. 43-38 1-6 26.
49-43 12-18 27. 48-42 8-12 28. 47-41 14-20 29. 50-44 20-24 30. 40-34 9-14 31.
27-21 16-27 32. 32-21 23-32 33. 37-28 11-17 34. 44-40 15-20 35. 21-16 6-11 36.
16-7 12-1 37. 42-37 18-23 38. 38-32 20-25 39. 41-36 13-18 40. 36-31 14-20 41.
43-39 24-29 42. 40-35 29-40 43. 45-34 20-24 44. 39-33 3-8 45. 31-27 8-13 46.
35-30 24-35 47. 37-31 25-30 48. 34-25 35-40 49. 25-20 17-22 50. 28-17 40-44
51. 20-15 44-50 52. 26-21 50-26 53. 15-10 23-29 54. 10-5 18-23 55. 5-10 13-18
56. 10-15 29-34 57. 15-20 34-40 58. 20-9 40-45 59. 9-22 26-48 60. 22-4 48-26
61. 4-9 26-42 62. 17-12 45-50 63. 9-25 42-29 64. 21-17 50-11 65. 27-22 11-28
1-1

The program does not save correctly beating so x.
Krzysztof Grzelak
Posts: 1368
Joined: Thu Jun 20, 2013 17:16
Real name: Krzysztof Grzelak

Re: Horizon - request

Post by Krzysztof Grzelak »

I'm sorry for asking Bert. Please write if You ever engine Horizon was the book debuts. Be sure you have the book debut for Horizon, and if you can make if you have such a book. If you do not have such a book to write in what format must be a book in order to program Horizon 4.6 handle it.

Krzysztof.
BertTuyt
Posts: 1592
Joined: Wed Sep 01, 2004 19:42

Re: Horizon - request

Post by BertTuyt »

Ok now I understand, you state that the file is saved, but with the wrong result.
I need to check that, weekend work.

Bert
Krzysztof Grzelak
Posts: 1368
Joined: Thu Jun 20, 2013 17:16
Real name: Krzysztof Grzelak

Re: Horizon - request

Post by Krzysztof Grzelak »

Bert I have a question. Is it possible to change the color options "Coordinates".
BertTuyt
Posts: 1592
Joined: Wed Sep 01, 2004 19:42

Re: Horizon - request

Post by BertTuyt »

What exactly do you want.
To have a different color for the coordinates, or set the color?

Bert
Krzysztof Grzelak
Posts: 1368
Joined: Thu Jun 20, 2013 17:16
Real name: Krzysztof Grzelak

Re: Horizon - request

Post by Krzysztof Grzelak »

To have a different color coordinates.
Krzysztof Grzelak
Posts: 1368
Joined: Thu Jun 20, 2013 17:16
Real name: Krzysztof Grzelak

Re: Horizon - request

Post by Krzysztof Grzelak »

Bert I have such a request. Can you tell what it means, because it's hard to find information on this subject.

searchinfo string DB64 : R 342 CH 100 CM 0 CF 79

I mean what I marked in red.
BertTuyt
Posts: 1592
Joined: Wed Sep 01, 2004 19:42

Re: Horizon - request

Post by BertTuyt »

It is Endgame (DB64) statistics.
I included the string: searchinfo string DB64 : R 342 CH 100 CM 0 CF 79 to get insight in EndGame DB access.

It means DB read during the search 342 (Cache Read) R 342
The DB position in the cache 100% (so no need to read a 4KByte DB Block into the dB Cache, Cache Hit) CH 100
Percentage a new 4KByte was read (Move from HD or SSD to Memory, Cache Move) into the DB Cache CM 0
The percentage the DB Cache is free (not used or free Memory, Cache Free) CF 79

Bert
Krzysztof Grzelak
Posts: 1368
Joined: Thu Jun 20, 2013 17:16
Real name: Krzysztof Grzelak

Re: Horizon - request

Post by Krzysztof Grzelak »

Thank you Bert. I have a question about the "Double Digital". I noticed such a thing during the game. That is the final phase of game, and the program uses the base ends, the clock shows 00:00:00. I wonder if that be so, despite the fact that time flies even when the engine uses base ends.
Krzysztof Grzelak
Posts: 1368
Joined: Thu Jun 20, 2013 17:16
Real name: Krzysztof Grzelak

Re: Horizon - request

Post by Krzysztof Grzelak »

Bert or found a mistake in save game.
Yves
Posts: 41
Joined: Sat Feb 20, 2016 14:00

Re: Horizon - request

Post by Yves »

Hi Bert
Thank you tell me if the new version Damage2016 and Horizon46 can analyze the games with the new database 7 pieces.
Yves
BertTuyt
Posts: 1592
Joined: Wed Sep 01, 2004 19:42

Re: Horizon - request

Post by BertTuyt »

I did not test it, but it should be possible...

Bert
Yves
Posts: 41
Joined: Sat Feb 20, 2016 14:00

Re: Horizon - request

Post by Yves »

BertTuyt wrote:I did not test it, but it should be possible...

Bert


It's good
Attachments
Analysis.jpg
Analysis.jpg (628.86 KiB) Viewed 9405 times
Krzysztof Grzelak
Posts: 1368
Joined: Thu Jun 20, 2013 17:16
Real name: Krzysztof Grzelak

Re: Horizon - request

Post by Krzysztof Grzelak »

Sorry that I ask Bert did you revised GUI, and, in particular, I mean save games.
Post Reply