![]() |
|
|
#1288 |
|
Einyen
Dec 2003
Denmark
1100010101012 Posts |
|
|
|
|
|
#1289 |
|
"David"
Jul 2015
Ohio
11×47 Posts |
It is exciting to get to the bottom of the triple checks.
Hopefully one of these strategic DCs eventually leads to a missed prime! |
|
|
|
|
#1290 | |
|
Serpentine Vermin Jar
Jul 2014
7×11×43 Posts |
Quote:
(Okay, I know someone will say it's not really 5% or whatever the statistical error rate is, but then we don't really know where those sneaky primes are hiding so there's every reason to think there could be one between the current double-check threshold of 37,781,573 and M46-M48).
|
|
|
|
|
|
#1291 | |
|
Einyen
Dec 2003
Denmark
1100010101012 Posts |
Quote:
http://mersenne.org/M42183899 http://mersenne.org/M42222473 http://mersenne.org/M44695687 http://mersenne.org/M44695787 http://mersenne.org/M48067783 http://mersenne.org/M72647011 Last fiddled with by ATH on 2016-10-29 at 15:36 |
|
|
|
|
|
#1292 | |
|
Serpentine Vermin Jar
Jul 2014
7×11×43 Posts |
Quote:
That's the way it would normally work if a factor was found after it was verified, but if the factor is found first and then the LL test was verified later, all of the results get marked as "verified (factored)". I think I looked for those a year ago, give or take, but there are probably a few new since then. No sense in letting the bad results slip by as if all was well.
|
|
|
|
|
|
#1293 | |
|
Sep 2006
Brussels, Belgium
22×32×47 Posts |
Quote:
In my opinion, the exponent should have a status of factored, but the LL tests should retain their status of bad, unverified or verified. Jacob |
|
|
|
|
|
#1294 | |
|
Serpentine Vermin Jar
Jul 2014
7×11×43 Posts |
Quote:
LL tests have 5 distinct states: unverified verified bad suspect factored I guess it could even just leave the status alone when a factor is found, but I know for sure some queries and code on the site would need updating since it's depending on things working they way they are now for certain things. Which is why a new status might be easier to shoehorn in. |
|
|
|
|
|
#1295 | |
|
Sep 2006
Brussels, Belgium
22·32·47 Posts |
Quote:
Of course it is easy to write this from my chair, I will not have a thing to do. Jacob Last fiddled with by S485122 on 2016-11-08 at 05:43 Reason: missing s (there will be other mistakes, it is the only one I see.) |
|
|
|
|
|
#1296 | |
|
Serpentine Vermin Jar
Jul 2014
331110 Posts |
Quote:
Double+ checks get their residue compared to any previous results. If it's a match (and they have different shift counts), the matching pair get marked as good, the oddballs are marked bad. Doesn't matter if they were marked "unverified" or "suspect" in their previous unknown states, they're simply good (verified) or bad at that point. Where it gets weird is when a factor is found for an exponent. If the exponent hasn't had any LL tests done at all, no worries. If one or more tests are still unverified, they get changed to a status of "factored", no matter what. If the exponent has been successfully double-checked, all "verified" results get changed to "factored" and I think "bad" results stay as bad? I'm not sure if that's automatic or if that's something that was done retroactively and would need to be done again. I guess the idea here is that the *exponent* is factored but it doesn't make sense, and we lose some interesting data points, to mark older *results* as factored. The trouble with doing any changes up front in that is there are many queries, reports, jobs, etc. that pay attention, for better or worse, to the fact that LL results for a factored exponent are treated special. They no longer get their residue masked because at that point it doesn't matter. Unassigned LL results for factored exponents are rejected as unnecessary (but assigned results are still accepted, more out of a sense of pity... it handles cases where a slow worker finally turned something in, and in the meanwhile some factoring poacher found a factor first and turned it in). Some of the difficulties are mere quirks in the database and can probably be solved by merely adding additional states... states that reflect "yes, this exponent is factored, and oh, here's how the LL test itself looks". That way we can just update reports, code, etc. gradually and then update the data itself when all the other pieces are in place with minimal fuss. I don't know what George's take is on all of that. The current system may work well enough for now, perhaps, and probably bigger fish to fry, but if he was cool with it I might take a peek and get a better idea of the work involved. |
|
|
|
|
|
#1297 | |
|
Sep 2003
5·11·47 Posts |
Quote:
Or maybe implemented as three bit flags in a single field: a factored/not factored bit, a verified/unverified bit, and a good-nonsuspect / bad-suspect bit. In principle, whether or not an exponent has been factored is entirely independent of LL test results. You could theoretically perform a redundant LL test on an exponent that's already been factored, just like you can perform a (third or higher) redundant LL test on an exponent that's already been double-checked. Last fiddled with by GP2 on 2016-11-08 at 20:32 |
|
|
|
|
|
#1298 | ||
|
Serpentine Vermin Jar
Jul 2014
7×11×43 Posts |
Quote:
![]() Quote:
Last fiddled with by Madpoo on 2016-11-09 at 16:13 |
||
|
|
![]() |
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Double-Double Arithmetic | Mysticial | Software | 52 | 2021-04-23 06:51 |
| Clicking an exponent leads to 404 page | marigonzes | Information & Answers | 2 | 2017-02-14 16:56 |
| x.265 half the size, double the computation; so if you double again? 1/4th? | jasong | jasong | 7 | 2015-08-17 10:56 |
| What about double-checking TF/P-1? | 137ben | PrimeNet | 6 | 2012-03-13 04:01 |
| Double the area, Double the volume. | Uncwilly | Puzzles | 8 | 2006-07-03 16:02 |