![]() |
|
|
#188 |
|
"Mark"
Apr 2003
Between here and the
24·397 Posts |
The attached script addresses the extra ")" in the stats and the missing stats for the bases that haven't been started. The latter was caused by a bad edit, i.e. I put an extra character in a function that prevented it from running. The former was due to a bad assumption regarding the format of the html.
Last fiddled with by rogue on 2012-09-28 at 17:41 |
|
|
|
|
|
#189 |
|
"Mark"
Apr 2003
Between here and the
24×397 Posts |
I had a mistake that affected the even/odd conjectures. The attached scripts will address that.
Gary, let me know if you find anything else amiss. As the even/odd conjectures have such a low weight, it might tempt people to take them on. |
|
|
|
|
|
#190 | |
|
May 2007
Kansas; USA
242438 Posts |
Quote:
Edit: 2.5 of the 3 problems have been fixed. The ")" issue, "not started" issue, and base 2 odd-n issues are fixed. But the base 2 even-n issue still remains. As expected, the odd-n "n per 25000" are almost exactly half of what I posted. But the even-n "n per 25000" is very high. In looking closer, it looks like the even-n "n per 25000" is about 10 times too high. Could there be a character truncation or manipulation issue? Thanks for the quick fixes on all of this. We're just about there. :-) Last fiddled with by gd_barnes on 2012-09-28 at 18:54 Reason: edit |
|
|
|
|
|
|
#191 | |
|
"Mark"
Apr 2003
Between here and the
635210 Posts |
Quote:
|
|
|
|
|
|
|
#192 |
|
"Mark"
Apr 2003
Between here and the
635210 Posts |
I found the problem associated with base 2 conjectures. Apparently gawk was appending the files created when processing previous conjectures of the same base. You need to add this line to the 22_* and 23_* scripts immediately before the close of srsieve.out:
system("rm " tempFile) close("srsieve.out") |
|
|
|
|
|
#193 | |
|
May 2007
Kansas; USA
101000101000112 Posts |
Quote:
Riesel: 2,2,57,4403 2 even-n,2,3,2658 <-- too high 2 odd-n,2,5,477 Sierp: 2,2,6,427 2 2nd-c,2,31,2525 2 even-n,2,2,1723 <-- too high 2 odd-n,2,4,237 With each of these changes that you are having me make, the even-n values on both sides change a little bit but they stay way too high. Last fiddled with by gd_barnes on 2012-09-29 at 03:06 |
|
|
|
|
|
|
#194 |
|
"Mark"
Apr 2003
Between here and the
24·397 Posts |
I found the cause of this issue. The temp file passed as input to srsieve is not closed. This means that the script is unable to delete the input file and then concatenates onto it when processing the "even" conjectures. You need to add:
close(tempFile) to the function getAllK() in 23_build_unproven_list.txt immediately before the return. |
|
|
|
|
|
#195 |
|
May 2007
Kansas; USA
101×103 Posts |
That did it. Thanks!
|
|
|
|
|
|
#196 |
|
"Mark"
Apr 2003
Between here and the
11000110100002 Posts |
Did I fix all of the problems or are they some that I missed? |
|
|
|
|
|
#197 |
|
May 2007
Kansas; USA
101·103 Posts |
|
|
|
|
|
|
#198 |
|
May 2007
Kansas; USA
101·103 Posts |
A little closer inspection of the "CRUS statistics and progress" page revealed a couple of problems with the Sierpinski side only of the 1st table labeled "Status summary by conjecture":
1. On the "base not 2^x" column, the total should be 1019 bases (vs. 1018). 2. On the "all bases" column, the total should be 1032 bases (vs. 1033). Note that the column in #1 adds correctly, there is just a missing base somewhere. As for the column in #2, the addition is also incorrect. If you add down, it only totals 1031 (vs. 1033). Correcting the addition still leaves it one base short just like column #1. Then...subsequently correcting #1 should fully correct #2. The bottom line is that we have the same number of "base not 2^x" bases on both sides (1019) but we have one more "base 2^x" bases on the Sierp side (13 vs. 12) due to the Sierp base 2 2nd conjecture. Last fiddled with by gd_barnes on 2012-09-29 at 22:13 |
|
|
|
![]() |
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Sieving for CRUS | rebirther | Conjectures 'R Us | 638 | 2021-06-15 07:55 |
| BOINC effort for CRUS | gd_barnes | Conjectures 'R Us | 75 | 2015-06-17 14:25 |
| What are your CRUS plans? | rogue | Conjectures 'R Us | 35 | 2013-11-09 09:03 |
| how high will CRUS go | Mini-Geek | Conjectures 'R Us | 1 | 2010-11-08 20:50 |
| CSVs for stats available + New combined stats | opyrt | Prime Sierpinski Project | 3 | 2010-05-31 08:13 |