mersenneforum.org  

Go Back   mersenneforum.org > Prime Search Projects > No Prime Left Behind

Reply
 
Thread Tools
Old 2008-02-03, 07:56   #12
gd_barnes
 
gd_barnes's Avatar
 
May 2007
Kansas; USA

242338 Posts
Default

Quote:
Originally Posted by jasong View Post
I can't help but note that after the Twin Prime Search primes fall off the list a few months from now, a person could find themselves in the position of actively crunching the project, maybe even increasing in rank, and yet getting lower and lower scores.

Maybe we should archive a list, starting now, of the digit length of the prime at 5,000th place every first of the month. If someone gets discouraged, they have the option of making new comparisons based on a non-moving target, the value of the 5,000th placed prime in a given month.

Is it possible to simply calculate a simple normalization value? (Not sure if normalization is the right term. )
IMHO, just leave the 'normalization number' at n=333333. That way, everyone is normalized the same way at all times. Sure computers will be faster in the future and finding an n=350K prime will be much easier in 5 years than today but my thinking is that you have to be actively searching with us or your rank will slowly drop, even if your score does not.

I don't see a point in changing this normalization number based on the current 5000th place prime. Everyone's score will adjust downwards by the same percentage so it just confuses things to change it. That way people are never dropping in score. They just drop in rank if they aren't actively searching for us.

What do you guys think?


Gary
gd_barnes is online now   Reply With Quote
Old 2008-02-03, 13:17   #13
Flatlander
I quite division it
 
Flatlander's Avatar
 
"Chris"
Feb 2005
England

31·67 Posts
Default

Quote:
Originally Posted by gd_barnes View Post
IMHO, just leave the 'normalization number' at n=333333.
...
What do you guys think?

Gary
Yes, keep things simple for my sake!
(After all, isn't GIMPS still using 'P90 years'?)
Flatlander is offline   Reply With Quote
Old 2008-02-03, 13:32   #14
kar_bon
 
kar_bon's Avatar
 
Mar 2006
Germany

1011010110002 Posts
Default

Quote:
Originally Posted by Flatlander View Post
Yes, keep things simple for my sake!
(After all, isn't GIMPS still using 'P90 years'?)
GIMPS? yo, but for a single n at very high values, compared to our mini-n.
they perform ECM on values at our level, look here http://v5www.mersenne.org/ to the new V5 test-server.
so think of our ranges: about 2300 k/n-pairs and for every one this had to be calculated.
i don't have any automatism (yet) behind all scoring. i'm thinking of php-scripts but that's far from now.

so this scoring is ok and i can do that only with Ex*el.
kar_bon is offline   Reply With Quote
Old 2008-02-04, 06:27   #15
gd_barnes
 
gd_barnes's Avatar
 
May 2007
Kansas; USA

289B16 Posts
Default

Quote:
Originally Posted by kar_bon View Post
GIMPS? yo, but for a single n at very high values, compared to our mini-n.
they perform ECM on values at our level, look here http://v5www.mersenne.org/ to the new V5 test-server.
so think of our ranges: about 2300 k/n-pairs and for every one this had to be calculated.
i don't have any automatism (yet) behind all scoring. i'm thinking of php-scripts but that's far from now.

so this scoring is ok and i can do that only with Ex*el.

Karsten,

Are you OK with leaving the 'normalization' number at n=333333 even after they are no longer in top-5000? That would be easiest for the manual system that we now have.


Gary
gd_barnes is online now   Reply With Quote
Old 2008-02-04, 10:24   #16
kar_bon
 
kar_bon's Avatar
 
Mar 2006
Germany

B5816 Posts
Default

Quote:
Originally Posted by gd_barnes View Post
Karsten,

Are you OK with leaving the 'normalization' number at n=333333 even after they are no longer in top-5000? That would be easiest for the manual system that we now have.

Gary
i'm ok with that. so or so, the score is compareable, only the value would be different!

Last fiddled with by kar_bon on 2008-02-04 at 10:25
kar_bon is offline   Reply With Quote
Old 2008-02-04, 17:18   #17
gd_barnes
 
gd_barnes's Avatar
 
May 2007
Kansas; USA

33×5×7×11 Posts
Default LLRnet scoring?...

Karsten,

Another challenge for you on scoring...

How shall scoring be done on ranges for LLRnet testing?

For primes, obviously it's the same as before.

But for ranges tested?...

Here's what I will suggest: Get the # of candidates tested for each individual in the LLRnet range. Then divide it by the average file size of an n=200 file, which will be ~2300, and use that multiplier to apply to the usual range computation. Example:

a = avg. # of candidates in n=200 file
c = normal computation for an n=200 range
n = # of candidates tested in LLRnet range for a particular person

LLRnet range scoring for a particual person:

c * n / a

If you agree this is a good way to do it, I'll get you an exact average on the # of candidates in an n=200 file.

BUT...what happens for ALL range scoring (not only LLRnet scoring) when the posted file-ranges start becoming smaller as a result of testing higher n? I'll let you 'chew' on that one for a while!


Gary
gd_barnes is online now   Reply With Quote
Old 2008-02-04, 17:30   #18
mdettweiler
A Sunny Moo
 
mdettweiler's Avatar
 
Aug 2007
USA (GMT-5)

3×2,083 Posts
Default

Quote:
Originally Posted by gd_barnes View Post
Karsten,

Another challenge for you on scoring...

How shall scoring be done on ranges for LLRnet testing?

For primes, obviously it's the same as before.

But for ranges tested?...

Here's what I will suggest: Get the # of candidates tested for each individual in the LLRnet range. Then divide it by the average file size of an n=200 file, which will be ~2300, and use that multiplier to apply to the usual range computation. Example:

a = avg. # of candidates in n=200 file
c = normal computation for an n=200 range
n = # of candidates tested in LLRnet range for a particular person

LLRnet range scoring for a particual person:

c * n / a

If you agree this is a good way to do it, I'll get you an exact average on the # of candidates in an n=200 file.

BUT...what happens for ALL range scoring (not only LLRnet scoring) when the posted file-ranges start becoming smaller as a result of testing higher n? I'll let you 'chew' on that one for a while!


Gary
Hmm...that's sort of what I was thinking, too, though obviously, as you mentioned, there are problems. Another possibility: We could just score LLRnet as a single user in the main stats, then people could look into the separate LLRnet stats to see how LLRnet's stats divide up into individual users.
mdettweiler is offline   Reply With Quote
Old 2008-02-04, 19:22   #19
kar_bon
 
kar_bon's Avatar
 
Mar 2006
Germany

23·3·112 Posts
Default

yes anon, these were my first thoughts about LLRnet too:

- primes found goes to individual like 'normal' found prime

- ranges will score for 'member' LLRnet.

it's the easiest way to do the scoring, because there's no additional calculation needed.

any others opinions?

PS:
to make an extra table for LLRnet individual scoring i need the result-files and the scoring takes time to be shown.

Last fiddled with by kar_bon on 2008-02-04 at 19:24 Reason: PS
kar_bon is offline   Reply With Quote
Old 2008-02-04, 19:27   #20
mdettweiler
A Sunny Moo
 
mdettweiler's Avatar
 
Aug 2007
USA (GMT-5)

186916 Posts
Default

Quote:
Originally Posted by kar_bon View Post
yes anon, these were my first thoughts about LLRnet too:

- primes found goes to individual like 'normal' found prime

- ranges will score for 'member' LLRnet.

it's the easiest way to do the scoring, because there's no additional calculation needed.

any others opinions?

PS:
to make an extra table for LLRnet individual scoring i need the result-files and the scoring takes time to be shown.
Actually, as for the LLRnet individual scoring, I've already got that in the "LLRnet Stats" thread--so you don't have to worry about that.
mdettweiler is offline   Reply With Quote
Old 2008-02-05, 09:46   #21
em99010pepe
 
em99010pepe's Avatar
 
Sep 2004

2·5·283 Posts
Default

Karsten,

Please add LLRNet stats to your stats page. Thanks.
em99010pepe is offline   Reply With Quote
Old 2008-02-05, 09:48   #22
kar_bon
 
kar_bon's Avatar
 
Mar 2006
Germany

23×3×112 Posts
Default

Quote:
Originally Posted by em99010pepe View Post
Karsten,

Please add LLRNet stats to your stats page. Thanks.
so i need completed ranges for LLRnet!
kar_bon is offline   Reply With Quote
Reply



Similar Threads
Thread Thread Starter Forum Replies Last Post
ECPP - Scoring, or other primality tests (PFGW?) f1pokerspeed FactorDB 13 2012-07-02 09:04
Discussion about scoring results/primes gd_barnes No Prime Left Behind 33 2009-01-19 14:50
You know what they say about statistics ... petrw1 PrimeNet 1 2007-10-08 13:29
321 Statistics paulunderwood 3*2^n-1 Search 1 2005-02-25 21:41
Statistics R.D. Silverman NFSNET Discussion 1 2004-06-14 18:40

All times are UTC. The time now is 10:21.


Sat Jul 17 10:21:31 UTC 2021 up 50 days, 8:08, 1 user, load averages: 1.11, 1.25, 1.31

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.