mersenneforum.org  

Go Back   mersenneforum.org > Great Internet Mersenne Prime Search > PrimeNet

Reply
 
Thread Tools
Old 2014-11-09, 00:04   #353
flagrantflowers
 
Apr 2014

27 Posts
Default

P-1, ECM and LL results are now justified to the left while factor results are right justified.
flagrantflowers is offline   Reply With Quote
Old 2014-11-09, 00:18   #354
retina
Undefined
 
retina's Avatar
 
"The unspeakable one"
Jun 2006
My evil lair

22×32×173 Posts
Default

Quote:
Originally Posted by Madpoo View Post
Okay, I tweaked a few things now in the reports for column alignments.

I also added handy links on the exponents in the recent results/cleared to go to the detailed stats for that exponent.
Much better now. Although the last column seems to be having an identity crisis of not not knowing which side it is supposed to stand on.

But we have that ugly horizontal scrolling thing. I would like it so much better if my browser is allowed to activate its scrollbar at the bottom of the window, where I can always get to it. Rather than the table having its own scrollbar all the way at the bottom where I have to scroll all the way down to find it.
retina is online now   Reply With Quote
Old 2014-11-09, 00:41   #355
Madpoo
Serpentine Vermin Jar
 
Madpoo's Avatar
 
Jul 2014

3,313 Posts
Default

Quote:
Originally Posted by flagrantflowers View Post
P-1, ECM and LL results are now justified to the left while factor results are right justified.
Well... yeah... what I was *trying* to do there was right-justify factors, but the masked residues would be left-justified. I don't know, in my mind I thought that would make the different results kind of stand out from each other. Honestly, it made perfect sense in my brain.

I may have neglected to include factors found by P-1 and ECM in the "right justify", so I can certainly take care of that.

Does it help at all to have the residues left-justified though? Or is that just blowing people's minds?
Madpoo is offline   Reply With Quote
Old 2014-11-09, 00:57   #356
flagrantflowers
 
Apr 2014

27 Posts
Default

When sorting by factor size the ll results (hex) gets sorted in with the factor results. If you could have the hex sort independent of the factors that would be ideal.

So it sorts each but independently.
flagrantflowers is offline   Reply With Quote
Old 2014-11-09, 01:49   #357
Primeinator
 
Primeinator's Avatar
 
"Kyle"
Feb 2005
Somewhere near M52..

39316 Posts
Default

Quote:
Originally Posted by TheMawn View Post
Well, my only chance at finding a prime in the next week turned out to be composite.

Honestly, I'd be finding loads of primes except that the server keeps giving me duds.
Two of my three chances have turned out composite (big surprise). That 49th Mersenne Prime should be received by the server in another 72 hours or so...
Primeinator is offline   Reply With Quote
Old 2014-11-09, 02:42   #358
Madpoo
Serpentine Vermin Jar
 
Madpoo's Avatar
 
Jul 2014

3,313 Posts
Default

Quote:
Originally Posted by Primeinator View Post
Two of my three chances have turned out composite (big surprise). That 49th Mersenne Prime should be received by the server in another 72 hours or so...
I was really hoping one of those triple-checks I was doing on false positives would show that, hey, the original was right after all.

Okay, not really, I knew that wouldn't be the case, even the "mystery" result that had a log entry but didn't have an entry in the LL results table. On that one I bet George or others double-checked it on the spot and saw it was bad, and it was maybe held back from being inserted into that other table to make sure it didn't show up in any reports or something. Just a guess.

Oh well, now they're "official" as being composite. Well... I have 2 more triple checks running... one due in 20 minutes, one due about 5 hours later.
Madpoo is offline   Reply With Quote
Old 2014-11-09, 02:49   #359
Madpoo
Serpentine Vermin Jar
 
Madpoo's Avatar
 
Jul 2014

3,313 Posts
Default

Quote:
Originally Posted by flagrantflowers View Post
When sorting by factor size the ll results (hex) gets sorted in with the factor results. If you could have the hex sort independent of the factors that would be ideal.

So it sorts each but independently.
Yeah, the table sorting looks at the column data to figure out how best to sort it (alpha, numeric, or even things like URLs, floats, etc).

With the mix of stuff in there, it does sort strangely. All of the residues that start with a number show up first, then the factors, then residues that start with A-F.

For better results, sort on the result type first, then while holding shift, sort on the result column. Then it'll be more pleasant.

I'll be the first to admit, the table sorting can be a little sluggish with 3000 rows, but that's dependent on your computer since it's done via javascript locally. On my laptop it's not so bad... on a faster box it does a little better.
Madpoo is offline   Reply With Quote
Old 2014-11-09, 03:46   #360
cuBerBruce
 
cuBerBruce's Avatar
 
Aug 2012
Mass., USA

13E16 Posts
Default

I still need to do a 2-tier sort to get my assignments ordered so that both "Estimated Completion" and "days to go" at least appear to be in the correct order.

The first is sorted by Estimated Completion, and the second is sorted by days to go.
Attached Thumbnails
Click image for larger version

Name:	SortedByEstComp.jpg
Views:	55
Size:	11.4 KB
ID:	11959   Click image for larger version

Name:	SortedByDaysToGo.jpg
Views:	53
Size:	11.7 KB
ID:	11960  
cuBerBruce is offline   Reply With Quote
Old 2014-11-09, 10:20   #361
Jayder
 
Jayder's Avatar
 
Dec 2012

2·139 Posts
Default

I apologise if this is not the right place for this suggestion, it not being a visual design matter, but would it be possible to expand the search capabilities on the Factoring Limits page? Though I know some will bemoan the point of this, I would like to be able to search for exponents that don't meet certain B1 and B2 requirements. (e.g. Give me all exponents from Mn to Mx that have had P-1 done with B1 less than 10^6 and B2 less than 10^7.) If the added boxes makes the page too ugly, you could put something like an "Advanced Search" text element (if that's the right term) which, when clicked on, expands the input.

If there is a good reason not to do this, then I will withdraw my request. There may be a good reason why we don't already have it.
Jayder is offline   Reply With Quote
Old 2014-11-09, 19:00   #362
Madpoo
Serpentine Vermin Jar
 
Madpoo's Avatar
 
Jul 2014

3,313 Posts
Default

Quote:
Originally Posted by Jayder View Post
I apologise if this is not the right place for this suggestion, it not being a visual design matter, but would it be possible to expand the search capabilities on the Factoring Limits page? Though I know some will bemoan the point of this, I would like to be able to search for exponents that don't meet certain B1 and B2 requirements. (e.g. Give me all exponents from Mn to Mx that have had P-1 done with B1 less than 10^6 and B2 less than 10^7.) If the added boxes makes the page too ugly, you could put something like an "Advanced Search" text element (if that's the right term) which, when clicked on, expands the input.

If there is a good reason not to do this, then I will withdraw my request. There may be a good reason why we don't already have it.
I can look into it. To make sure I understand... you basically want to have the option of setting a max size on bound #1/bound #2 in the range of exponents.

Would the main reason for this be to find exponents that haven't been ECM factored as far? If that's the case, you'd probably want to find the exponents with the smallest current bounds, and not just the ones in some arbitrary range of exponents?

Or would you still want to have some kind of limit on the exponent? For example, the exponent that's had some ECM work done and has the lowest bound1/2 is 6907157 with b1=50,000 and b2=5,000,000. Do you care about the exponent size and just want the ones with the lowest current bounds?

Another way you might find some exponents with minimal ECM work done is if I looked at the "total ECM effort" measurement the DB stores. By that measure, exponent 67281391 has had the least ECM work done (ecm effort=2000).

Anyway, understanding your end goal might help me figure out how best to set something up.
Madpoo is offline   Reply With Quote
Old 2014-11-09, 19:03   #363
Madpoo
Serpentine Vermin Jar
 
Madpoo's Avatar
 
Jul 2014

3,313 Posts
Default

Quote:
Originally Posted by cuBerBruce View Post
I still need to do a 2-tier sort to get my assignments ordered so that both "Estimated Completion" and "days to go" at least appear to be in the correct order.

The first is sorted by Estimated Completion, and the second is sorted by days to go.
There's probably just some "rounding" going on since the dates don't include the hour/minute, but when it calculates the "days to go" it might cross some boundary from the current time that technically pushes it a day later, again just due to it quantizing by day, not the hour.

If you sort just by days to go it would probably do what you're after (i.e. it would be sorted by that, and the estimated completion column would also be sorted correctly.
Madpoo is offline   Reply With Quote
Reply

Thread Tools


Similar Threads
Thread Thread Starter Forum Replies Last Post
Database design xilman Astronomy 1 2017-04-30 22:25
Theoretical Experiment Design c10ck3r Homework Help 7 2015-02-03 08:54
Digital Logic Design henryzz Puzzles 9 2014-12-04 20:56
new intel design tha Hardware 5 2007-04-19 11:38
design factoring algorithms koders333 Factoring 14 2006-01-25 14:08

All times are UTC. The time now is 22:19.


Fri Aug 6 22:19:12 UTC 2021 up 14 days, 16:48, 1 user, load averages: 3.62, 3.55, 3.22

Powered by vBulletin® Version 3.8.11
Copyright ©2000 - 2021, Jelsoft Enterprises Ltd.

This forum has received and complied with 0 (zero) government requests for information.

Permission is granted to copy, distribute and/or modify this document under the terms of the GNU Free Documentation License, Version 1.2 or any later version published by the Free Software Foundation.
A copy of the license is included in the FAQ.