Forum: Factoring
2019-10-27, 18:09
|
Replies: 136
Views: 26,107
|
Forum: GMP-ECM
2019-10-27, 18:04
|
Replies: 21
Views: 9,955
Just as an FYI: You can load multiple numbers...
Just as an FYI: You can load multiple numbers into a single text file and feed that into ecm.py. It will work on the numbers one at a time, moving to the next one in the file once a factor is found,...
|
Forum: Programming
2019-07-07, 21:02
|
Replies: 16
Views: 6,514
A good place to look for problems is in the...
A good place to look for problems is in the "console". In FF you can right-click on a web page and select the "Inspect Element" option. In there you should see things like "Inspector", "Console",...
|
Forum: Programming
2019-07-07, 16:32
|
Replies: 16
Views: 6,514
|
Forum: GMP-ECM
2019-06-01, 04:23
|
Replies: 114
Views: 34,933
Announcing ecm.py version 0.44:
- Updated...
Announcing ecm.py version 0.44:
- Updated to better support python 3
- Bug fix: fixed eta when using -threads on the command line
- Better handling of resume files
- Support for the -param...
|
Forum: GMP-ECM
2019-06-01, 04:14
|
Replies: 6
Views: 4,485
|
Forum: GMP-ECM
2019-05-25, 00:57
|
Replies: 6
Views: 4,485
|
Forum: FermatSearch
2019-04-30, 22:38
|
Replies: 16
Views: 5,141
|
Forum: Puzzles
2018-09-05, 22:11
|
Replies: 69
Views: 12,709
I have created an interesting extension to the...
I have created an interesting extension to the original Mythic Puzzle, the Mythic 3D Puzzle. Here are some example results:
3,3,3;base-10;score = 105;
1,0,1 : 9,6,0 : 4,5,5
4,5,6 : 2,0,3 :...
|
Forum: Puzzles
2018-08-25, 12:17
|
Replies: 69
Views: 12,709
Some more excellent results! Like Till, I've...
Some more excellent results! Like Till, I've come up with a better algorithm than what I started with, but it still can't compete with what you have going here.
Would you be willing to share your...
|
Forum: Puzzles
2018-08-16, 02:26
|
Replies: 69
Views: 12,709
|
Forum: Puzzles
2018-08-15, 10:39
|
Replies: 69
Views: 12,709
|
Forum: Puzzles
2018-08-14, 04:10
|
Replies: 69
Views: 12,709
I'm really impressed by your numbers. I don't...
I'm really impressed by your numbers. I don't have a good algorithm for filling up and checking alternate versions of grids. Could you share how you are generating your grids?
I'm just filling...
|
Forum: Factoring
2018-08-10, 03:48
|
Replies: 2
Views: 1,251
I ran the script with the example line:...
I ran the script with the example line: ecm-effort.py G174 1000@11 tractor It ran for a while and then produced the following output:
And now NFS beats them
[[43, 15400], [110, 1400], [260,...
|
Forum: Puzzles
2018-08-10, 03:35
|
Replies: 69
Views: 12,709
I misunderstood your "straight lines only" rule...
I misunderstood your "straight lines only" rule and thought you meant only horizontal and vertical lines. Once i realized you also include diagonal lines, I see how your 4x3 could get from 1->21. I...
|
Forum: Programming
2018-07-14, 00:20
|
Replies: 54
Views: 22,509
I think you need to copy the gwnum.a file into...
I think you need to copy the gwnum.a file into your library folder (same place that libgmp.a would go, for example) and use -lgwnum in your compile line. And if that doesn't work, try renaming the...
|
Forum: Forum Feedback
2018-06-02, 02:30
|
Replies: 5
Views: 1,231
Problem reading long thread...
I've run into a problem with a thread in the NFS@Home sub-forum:
http://www.mersenneforum.org/showthread.php?t=20023
It says that it has 252 pages and 2766 replies, which means the numbered posts...
|
Forum: GMP-ECM
2018-05-10, 00:23
|
Replies: 8
Views: 2,918
|
Forum: GMP-ECM
2018-05-10, 00:22
|
Replies: 2
Views: 4,608
|
Forum: Factoring
2018-01-13, 17:51
|
Replies: 7
Views: 1,504
|
Forum: Math
2018-01-13, 17:41
|
Replies: 0
Views: 1,258
|
Forum: GMP-ECM
2017-11-07, 22:40
|
Replies: 3
Views: 2,641
|
Forum: Math
2017-10-15, 21:12
|
Replies: 54
Views: 4,964
|
Forum: Math
2017-10-03, 03:15
|
Replies: 54
Views: 4,964
I'm very interested in this topic and I've...
I'm very interested in this topic and I've recently been reading over RDS's paper titled "A Practical Analysis of ECM". As to your P-1 question, at the end of page 7 he writes:
I'm still trying...
|
Forum: GMP-ECM
2017-10-02, 02:25
|
Replies: 506
Views: 94,629
This error was brought up on the ecm-discuss...
This error was brought up on the ecm-discuss mailing list back in July 2016. I'm not sure what changed in the code to make it use more resources, but some older cards fail with this error message. ...
|