![]() |
|
|
#67 | |
|
Just call me Henry
"David"
Sep 2007
Cambridge (GMT/BST)
588010 Posts |
Quote:
|
|
|
|
|
|
|
#68 | |
|
"Ben"
Feb 2007
351310 Posts |
Quote:
Code:
39,46,04,26,20,09,32; 34,02,25,41,06,30,37; 29,24,49,01,23,14,35; 13,27,38,47,33,07,10; 05,18,12,21,45,31,43; 11,42,28,22,08,48,16; 44,15,19,17,40,36,03 |
|
|
|
|
|
|
#69 | |
|
"Ben"
Feb 2007
3×1,171 Posts |
Quote:
With this idea and other minor improvements my search code now runs over 5x faster. 9x9 determinant time is 0.38 usec and 9x9 inverse time is 0.52 usec (both home-grown Gauss-elimination based). This has been a fun challenge! I hope to someday learn how the record determinants were found. |
|
|
|
|
|
|
#70 |
|
Sep 2017
2×53 Posts |
|
|
|
|
|
|
#71 |
|
Sep 2017
6A16 Posts |
|
|
|
|
|
|
#72 |
|
"Ed Hall"
Dec 2009
Adirondack Mtns
11·347 Posts |
I would have to favor technique over luck. If you've followed b2's adventure, you'll see a lot of tweaking to achieve the fastest processing of a search space. He probably covered that space in a much more efficient manner than many of us, myself included. And, it even sounds like b2 may have picked up some new methodology, too.
I've personally thrown a large number of CPUs at this, and various test methods, without success. I've found 921e6 and even 922e6 values and am finding the same ones regularly with my current methodology, but what I'm doing just isn't reaching the search space where I need to be. What I would need is a shift in my technique. On the plus side, I have (re)learned quite a bit of Python along this venture, which is the gain that really matters. Getting my name on a list would be nice, but it will be lost in the past soon enough. Becoming more familiar with programming will take me further into the future. (And, it still might turn something up in these last few days.) So, let's rejoice in the success of others, even if we've been frustrated by our own efforts. |
|
|
|
|
|
#73 |
|
Sep 2017
2×53 Posts |
|
|
|
|
|
|
#74 | |
|
Jan 2017
32·11 Posts |
Quote:
There could be numerical stability issues with continuously modifying the same matrix like that, but the number of swaps doesn't seem to be so high that it'd be an issue in practice. |
|
|
|
|
|
|
#75 |
|
Romulan Interpreter
Jun 2011
Thailand
7·1,373 Posts |
|
|
|
|
|
|
#76 | |
|
"Ben"
Feb 2007
351310 Posts |
Quote:
Code:
62,34,17,31,11,39,57,10; 40,52,7,45,54,3,22,37; 8,30,55,46,47,24,48,2; 20,1,13,56,33,51,35,50; 53,12,44,6,59,41,16,29; 43,32,60,49,4,21,9,42; 14,63,26,23,27,64,15,28; 19,36,38,5,25,18,58,61 |
|
|
|
|
|
|
#77 |
|
"Kebbaj Reda"
May 2018
Casablanca, Morocco
89 Posts |
|
|
|
|
![]() |
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| November 2018 | Batalov | Puzzles | 5 | 2018-12-03 13:31 |
| November 2017 | Batalov | Puzzles | 3 | 2017-12-08 14:55 |
| November 2016 | Xyzzy | Puzzles | 1 | 2016-12-06 16:41 |
| November 2015 | R. Gerbicz | Puzzles | 3 | 2015-12-01 17:48 |
| November 2014 | Xyzzy | Puzzles | 1 | 2014-12-02 17:40 |