mersenneforum.org  

Go Back   mersenneforum.org > Prime Search Projects > Sierpinski/Riesel Base 5

Reply
 
Thread Tools
Old 2006-10-15, 18:52   #12
em99010pepe
 
em99010pepe's Avatar
 
Sep 2004

2·5·283 Posts
Default

Lars,

If you don't mind I will stay here for a while, not on PSP. There you have Bruce and company.
I will also try to bring IronBits to the game, he helped to bring Free-DC to second spot at RieselSieve Project.
Now it's easier to bring more people because there's a linux client....


Carlos
em99010pepe is offline   Reply With Quote
Old 2006-10-15, 21:16   #13
masser
 
masser's Avatar
 
Jul 2003
wear a mask

2×829 Posts
Default Question for ltd and axn1;

How are the sieve scores calculated? Are they based on the size of n or the size of the factor found? I was experimenting with P-1 factoring and found some 15-20 digit factors that seem to have artificially boosted my sieve scores.

I think the scores should be based on the size of the exponent removed, not the size of the factor found...

regards
masser is offline   Reply With Quote
Old 2006-10-15, 21:29   #14
ltd
 
ltd's Avatar
 
Apr 2003

22×193 Posts
Default

Scores are based on the factor found and the n removed.
To limit the impact of p-1 factors the maximum points awarded per factor is 6000.

The reason why the size of a factor is used within the calculation is to compensate for the factor density change when it comes to higher sieving ranges.

The ideal solution would be to have seperate stats for p-1,ecm and normal sieving. This is not possible at the moment as my database design does not support it and i do not have the time to change it.

Cheers,

Lars
ltd is offline   Reply With Quote
Old 2006-10-31, 01:26   #15
masser
 
masser's Avatar
 
Jul 2003
wear a mask

31728 Posts
Default

ltd,

Could you maybe give us the formula used to calculate the score of each found factor? I'm curious. My score per number of factors ratio is very high in the Sierpinski stats...

regards,
masser
masser is offline   Reply With Quote
Old 2006-11-02, 18:59   #16
axn
 
axn's Avatar
 
Jun 2003

116758 Posts
Default

Quote:
Originally Posted by masser View Post
ltd,

Could you maybe give us the formula used to calculate the score of each found factor? I'm curious. My score per number of factors ratio is very high in the Sierpinski stats...

regards,
masser
Score = (factor/10T)*(n/1M) [with a cap of 6000]. Unfortunately, it is valid only for sieved factors. As you can imagine, when the formula is applied to a P-1 factors, everything goes haywire (it is only the 6000 cap that prevents the score from going astronomical!).

We need to go back and rescore the P-1 factors. ltd is well aware of the problem. Unfortunately there are no easy solutions so far
axn is offline   Reply With Quote
Old 2006-11-02, 19:49   #17
masser
 
masser's Avatar
 
Jul 2003
wear a mask

2×829 Posts
Default

Ok... that explains it...

I think the formula should be more like:

score = C*log(factor)*n

or, for even less dependence on the size of the factor:

score = C*log(log(factor))*n
masser is offline   Reply With Quote
Old 2006-11-02, 20:33   #18
axn
 
axn's Avatar
 
Jun 2003

31×163 Posts
Default

Quote:
Originally Posted by masser View Post
Ok... that explains it...

I think the formula should be more like:

score = C*log(factor)*n

or, for even less dependence on the size of the factor:

score = C*log(log(factor))*n
Nope. The formula is correct for sieve - as the p range increases, the number of factors found drop proportionately. So this formula gives a fair scoring for the amount of CPU time used.

But when a factor is found using P-1 or ECM, the formula is not applicable. Maybe the alternate formula you proposed could be used. Another option would be to score these as a PRP test.
axn is offline   Reply With Quote
Old 2006-11-03, 19:29   #19
masser
 
masser's Avatar
 
Jul 2003
wear a mask

2·829 Posts
Default

Quote:
But when a factor is found using P-1 or ECM, the formula is not applicable. Maybe the alternate formula you proposed could be used. Another option would be to score these as a PRP test.
I think that's a really good idea. Any factor over 15 or 16 digits should be counted as a prp test; the rest should be counted using the formula you're currently using...
masser is offline   Reply With Quote
Old 2006-11-04, 08:10   #20
ltd
 
ltd's Avatar
 
Apr 2003

22·193 Posts
Default

At the moment there is no easy way to handle p-1 or ECM factors different then "normal" sieving factors.

To solve this in a good way there would be a redesign of the DB structures needed.

I see no chance to do this in the near future.
The maximum points per factor is limited to 200 points at the moment.

Lars
ltd is offline   Reply With Quote
Old 2006-11-05, 16:31   #21
tnerual
 
tnerual's Avatar
 
Oct 2006

1000000112 Posts
Default

another stat question:

for external k test (not LLRnet based), when i send negative prp results (non-prime), are they incorporated in the llrnet stats or not ?

in fact i ask this 'cause i send about 870 negative results for my k (341552) and i see that the maximum tested value is equal to my max tested value. but there was no increase in "prp test done" column.

Laurent
tnerual is offline   Reply With Quote
Old 2006-11-05, 19:06   #22
ltd
 
ltd's Avatar
 
Apr 2003

22×193 Posts
Default

Yes all PRP results are put into the same DB and also into the same stats as the llrnet results. If the tests done does not increase that means that there is an error in one off my scripts.

I will check this out. But again after the next weekend.

Lars
ltd is offline   Reply With Quote
Reply



Similar Threads
Thread Thread Starter Forum Replies Last Post
Overall Stats Fred PrimeNet 7 2016-02-10 14:48
CSVs for stats available + New combined stats opyrt Prime Sierpinski Project 3 2010-05-31 08:13
Stats question em99010pepe NFSNET Discussion 8 2005-07-05 03:22
stats on 15k jocelynl 15k Search 5 2004-01-13 15:45
P4 On Stats HiddenWarrior Hardware 2 2003-08-13 14:39

All times are UTC. The time now is 09:46.


Sat Jul 17 09:46:48 UTC 2021 up 50 days, 7:34, 1 user, load averages: 1.29, 1.31, 1.36

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.