![]() |
|
|
#672 |
|
Mar 2010
6338 Posts |
How long does it take for tune() get results ?
On, say, a quad core Kentsfield CPU, clocked at 3 Ghz ? I am too anxious to let it finish
|
|
|
|
|
|
#673 | |
|
"Ben"
Feb 2007
2×3×587 Posts |
Quote:
Half hour maybe? I've never timed it before, but that sounds like the right ballpark. You probably already know this but note that you don't need to do that before using YAFU. The tune results are used exclusively with the factor() function, and there are fallbacks and defaults which will allow it to work without doing tune() (although not optimally). Glad to see the excitement :) |
|
|
|
|
|
|
#674 |
|
"Ben"
Feb 2007
2×3×587 Posts |
I just fixed a pretty important bug. Multi-threaded poly selection works just fine, but at the end of the process a simple parser that crawls through the .p file failed to pick the best poly! It picked the last poly instead.
Apologies... but please re-download. The version number in the splash text should now read 1.26.2. Also added printout of poly and poly score to screen with -v (and to logfile always). Last fiddled with by bsquared on 2011-06-07 at 20:01 |
|
|
|
|
|
#675 | |
|
Mar 2007
Germany
23×3×11 Posts |
Quote:
But i was not sure my last poly was not better then all others - havent looked to all the other polys. Good work Ben! Last fiddled with by Andi_HB on 2011-06-07 at 21:36 |
|
|
|
|
|
|
#676 |
|
Mar 2010
3×137 Posts |
tune() failbus.
However, it did add this into config file: Code:
tune_info=Intel(R) Core(TM)2 Quad CPU Q6600 @ 2.40GHz,WIN64,1.01027e-005,0.198339,9.14428,0.0800717,115.973,2902.24 Last fiddled with by Karl M Johnson on 2011-06-07 at 22:16 |
|
|
|
|
|
#677 |
|
"Ben"
Feb 2007
2·3·587 Posts |
Yep, as long as that line is printed it worked. I remember now I was supposed to look into that... but it is lower priority since the failure is Mostly Harmless.
|
|
|
|
|
|
#678 |
|
Mar 2010
3·137 Posts |
Did a little polyselect benchmark.
Used this generated composite: 41180548594326928809733023289258411737544928004632013025004323518841883602798867461437. Picked range 1 to 10000. Used timethis for measuring timings. Code:
1 thread : 192.161 sec 2 threads: 104.925 sec 4 threads: 59.623 sec |
|
|
|
|
|
#679 | |
|
"Ben"
Feb 2007
2×3×587 Posts |
Quote:
|
|
|
|
|
|
|
#680 |
|
Mar 2010
6338 Posts |
Actually, I've checked, yes, the best polynomial was completely the same in all 3 cases.
Last fiddled with by Karl M Johnson on 2011-06-08 at 14:17 |
|
|
|
|
|
#681 |
|
"Ben"
Feb 2007
1101110000102 Posts |
Cool.
I just did an experiment with "-psearch wide" on your same number. Here are the differences in polynomials found with fast versus wide: Code:
best poly (fast): # norm 8.648583e-012 alpha -4.654561 e 8.298e-008 rroots 2 best poly (wide): # norm 1.045943e-011 alpha -4.565446 e 9.112e-008 rroots 2 |
|
|
|
|
|
#682 |
|
"Ben"
Feb 2007
2·3·587 Posts |
A comparison of "-psearch fast" and "-psearch wide" on a c110 was inconclusive... although "wide" searched 6x (using 6 threads and taking an hour versus 10 min) the range of leading coefficients, the best polynomial was the same in both cases. I wouldn't expect this to always be the case though...
Trying on a c120. |
|
|
|
![]() |
| Thread Tools | |
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Running YAFU via Aliqueit doesn't find yafu.ini | EdH | YAFU | 8 | 2018-03-14 17:22 |
| YAFU-1.34 | bsquared | YAFU | 119 | 2015-11-05 16:24 |
| Yafu bug. | storflyt32 | YAFU | 2 | 2015-06-29 05:19 |
| yafu-1.33 | bsquared | YAFU | 12 | 2012-11-08 04:12 |
| yafu-1.32.1 | bsquared | YAFU | 21 | 2012-09-04 19:44 |