bug-gnubg archive search

Search String: Display: Description: Sort:

Results:

References: [ bearoff: 835 ] [ database: 1318 ]

Total 438 documents matching your query.

1. Re: [Bug-gnubg] RE: gnubg bearoff database query (score: 319)
Author: HIDDEN
Date: Fri, 29 Aug 2003 15:44:50 +0000
Actually it's slower! The two-sided database tend to grow very fast with the number of points and chequers. I've got Hugh Sconyer's full bearoff databases for 15 chequers vs. 15 chequers on 6 points,
/archive/html/bug-gnubg/2003-08/msg00810.html (7,231 bytes)

2. Re: [Bug-gnubg] Re: Race database and bearoff DB (score: 319)
Author: HIDDEN
Date: Tue, 1 Oct 2002 16:19:43 +0000
Basically it's 32 unsigned short ints for each position. The current one-sided bear-off database is for 15 chequers on the 1-6 points, a total of N(21,6)=54264. Each of the 32 integers represent the
/archive/html/bug-gnubg/2002-10/msg00012.html (11,577 bytes)

3. Re: [Bug-gnubg] Re: Race database and bearoff DB (score: 311)
Author: HIDDEN
Date: Tue, 1 Oct 2002 17:20:15 +0200
Ugh. Most compression schemes work on a sliding window over the input stream, so you'd have to set re-sync points throughout the compressed file and seek to there, then walk forward to the data you w
/archive/html/bug-gnubg/2002-10/msg00009.html (8,176 bytes)

4. Re: Error while generating bearoff database (score: 310)
Author: HIDDEN
Date: Tue, 6 Oct 2020 13:01:53 -0300
You’re right, Øystein.   We came across this problem years ago when I tried to generate large databases. The thread is still somewhere in the archives.   Cheers, Ian   From: Bug-gnubg [mailto:
/archive/html/bug-gnubg/2020-10/msg00008.html (14,220 bytes)

5. Re: Error while generating bearoff database (score: 310)
Author: HIDDEN
Date: Tue, 6 Oct 2020 12:38:14 +0200
You’re right, Øystein.   We came across this problem years ago when I tried to generate large databases. The thread is still somewhere in the archives.   Cheers, Ian   From: Bug-gnubg [mailto:
/archive/html/bug-gnubg/2020-10/msg00003.html (12,791 bytes)

6. Re: [Bug-gnubg] Re: Race database and bearoff DB (score: 309)
Author: HIDDEN
Date: Tue, 1 Oct 2002 13:09:55 +0000
If we try to compress it, it'll be much harder to read it. We can easily compress the current gnubg.bd since it's read into memory and we can just read it with functions from libz. However, for the n
/archive/html/bug-gnubg/2002-10/msg00006.html (8,184 bytes)

7. Re: [Bug-gnubg] Re: Race database and bearoff DB (score: 307)
Author: HIDDEN
Date: Tue, 1 Oct 2002 14:30:41 +0200
Which bearoff database do you use for this? The problem with the porting is that bearoff databases. I ported this as well but I had to use the bearoff database from Joseph, and then where was sudden
/archive/html/bug-gnubg/2002-10/msg00005.html (8,550 bytes)

8. Re: Error while generating bearoff database (score: 306)
Author: HIDDEN
Date: Tue, 6 Oct 2020 12:14:46 +0200
You’re right, Øystein.   We came across this problem years ago when I tried to generate large databases. The thread is still somewhere in the archives.   Cheers, Ian   From: Bug-gnubg [mailto:
/archive/html/bug-gnubg/2020-10/msg00002.html (12,292 bytes)

9. [Bug-gnubg] RE: gnubg bearoff database query (score: 298)
Author: HIDDEN
Date: Thu, 28 Aug 2003 16:09:28 -0300
(I'm forwarding this as someone in the list might be able to provide more information on the subject of database recommendations) -- Hi Jim, generate little reference Well, GNU doesn't really suffer
/archive/html/bug-gnubg/2003-08/msg00763.html (6,490 bytes)

10. Re: [Bug-gnubg] Bearoff/Bearin database question (score: 296)
Author: HIDDEN
Date: Wed, 4 Dec 2002 22:39:36 +0000
The actual position is not stored in the database. THe positions are just enumerated in a convinient way, for example, one-sided bearoff with 15 chequers on 6 points: Position# Position 0 zero cheque
/archive/html/bug-gnubg/2002-12/msg00098.html (6,461 bytes)

11. RE: Error while generating bearoff database (score: 295)
Author: HIDDEN
Date: Tue, 6 Oct 2020 09:39:01 +0000
You’re right, Øystein. We came across this problem years ago when I tried to generate large databases. The thread is still somewhere in the archives. Cheers, Ian From: Bug-gnubg [mailto:bug-gnubg-
/archive/html/bug-gnubg/2020-10/msg00004.html (10,966 bytes)

12. Re: [Bug-gnubg] Re: Race database and bearoff DB (score: 293)
Author: HIDDEN
Date: Wed, 2 Oct 2002 16:37:50 +0200
I just tried a little crude perl script to see how many values are unneeded in the database. My plan was: the probability of clearing in n rolls is 0, if the number of chequers is more than 4*n. In t
/archive/html/bug-gnubg/2002-10/msg00045.html (11,733 bytes)

13. Re: [Bug-gnubg] Re: Race database and bearoff DB (score: 291)
Author: HIDDEN
Date: Tue, 1 Oct 2002 09:04:29 +0200
Hi, Yes, I really agree with Joseph here. Can anyone provide any race positions where it misplays the positions? If this is a problem I think we should rather make Joseph's osr (*) algorithm availabl
/archive/html/bug-gnubg/2002-10/msg00000.html (10,602 bytes)

14. Re: Error while generating bearoff database (score: 289)
Author: HIDDEN
Date: Tue, 6 Oct 2020 14:48:50 +0200
I'm not saying that anyone should put in the time to fix this bug.  But the last time I tried to generate a database wasn't for use with GNUBG. It was for independent mathematical investigations. 
/archive/html/bug-gnubg/2020-10/msg00006.html (6,196 bytes)

15. Re: Error while generating bearoff database (score: 289)
Author: HIDDEN
Date: Tue, 6 Oct 2020 08:31:10 -0400 (EDT)
And again: You should not build such a one-sided database in the first place. You will not get a better player if you use such a large bearoff database. I'm not saying that anyone should put in the t
/archive/html/bug-gnubg/2020-10/msg00005.html (5,478 bytes)

16. Re: [Bug-gnubg] Bearoff database MD5 checksums (score: 287)
Author: HIDDEN
Date: Mon, 23 Dec 2002 20:02:00 +0000
Argh, I'll try to finish the mail this time (after accidentally pressing 'ZZq') The equities are the same within 0.0001. If you want the fully correct bearoff database I suggest you generate it yours
/archive/html/bug-gnubg/2002-12/msg00450.html (8,649 bytes)

17. Re: Error while generating bearoff database (score: 286)
Author: HIDDEN
Date: Tue, 6 Oct 2020 09:59:47 +0200
/archive/html/bug-gnubg/2020-10/msg00001.html (6,543 bytes)

18. Re: [Bug-gnubg] bearoff database (score: 286)
Author: HIDDEN
Date: Wed, 18 Feb 2009 09:46:41 +0330
hi all, what are glib and gobject? where can i find them? shall i put them along with gnubg_os0.bd in the same folder as boa.exe? and then double click boa.exe or run it from windows command prompt?
/archive/html/bug-gnubg/2009-02/msg00083.html (6,088 bytes)

19. Re: Error while generating bearoff database (score: 282)
Author: HIDDEN
Date: Tue, 6 Oct 2020 22:13:13 +0200
Such a check was added a few month ago, after a similar bug report (I don't remember if it was in this list or by some other mean) and will be in the next release : % ./makebearoff -o 15 -f gnubg_os0
/archive/html/bug-gnubg/2020-10/msg00007.html (5,705 bytes)

20. [Bug-gnubg] Bearoff database (score: 282)
Author: HIDDEN
Date: Sun, 8 Jan 2017 17:56:15 +0000
I tried to recreate the bearoff database and noticed some differences which could be due to rounding, but already at position #47 there were some significant differences. My workings for position 47
/archive/html/bug-gnubg/2017-01/msg00007.html (16,974 bytes)


This search system is powered by Namazu