Commit Graph

108 Commits (feature-120-cell-index)

Author SHA1 Message Date
Mike Lynch 1581f3d31f Added separate file for 120-cell index 2023-09-01 18:07:41 +10:00
Mike Lynch 9f08a82c0c Rearranging things a bit before publishing 2023-09-01 18:04:19 +10:00
Mike Lynch 26f927daae Building it up layer by layer 2023-09-01 17:34:27 +10:00
Mike Lynch c093c89ce6 Indexing algorithm tested on the 50-cell skeleton of great circles
without any deadlocks or label mismatches
2023-08-28 08:31:45 +10:00
Mike Lynch 43ed181d75 might have a working version of coherent indexing, tests ok with
a great circle
2023-08-27 18:14:51 +10:00
Mike Lynch f4176b9ced successfully traversed a great circle 2023-08-26 16:02:48 +10:00
Mike Lynch 3b806c3796 Basic function to colour a single dodecahedron defined by an face and
a neighbouring vertex
2023-08-26 13:54:44 +10:00
Mike Lynch 8a926f0552 Successfully auto-coloured a single dodecahedron 2023-08-25 18:08:22 +10:00
Mike Lynch 2808b256a2 Manual compound-of-tetrahedra colouring 2023-08-21 17:25:51 +10:00
Mike Lynch 02cfdc5f80 Stored the test 120-cell colours as a static array for performance 2023-08-20 11:28:13 +10:00
Mike Lynch 6436efece2 Moved the 120-cell dodecahedron detection code to its own file, and
tested it colouring every dodecahedron when it builds the 120-cell:
looks good
2023-08-20 11:18:29 +10:00
Mike Lynch 585627f140 Brute-force dodecahedron detector 2023-08-20 10:50:28 +10:00
Mike Lynch 32644b5d1e Can get the two dodecahedra which a face belongs to 2023-08-20 10:29:50 +10:00
Mike Lynch 228d1a91c4 Dodecahedron detector is working on a single test case 2023-08-20 09:46:30 +10:00
Mike Lynch 5a09caef93 Getting towards an auto-dodecahedon detector for the 120-cell 2023-08-19 18:00:19 +10:00
Mike Lynch aa5501e14a Moved the unsuccessful indexing code out of testbed and renamed it 2023-08-19 16:23:29 +10:00
Mike Lynch 34c9755bd1 Merge remote-tracking branch 'origin/feature-120-cell-index' into feature-120-cell-index 2023-08-17 08:33:08 +10:00
Mike Lynch e1047a46e8 Manual labelling 2023-08-17 08:32:41 +10:00
Mike Lynch 147b9af466 Manual indexing ideas 2023-08-16 09:40:11 +10:00
Mike Lynch 2f609594e5 Faces and stuff 2023-08-13 17:51:25 +10:00
Mike Lynch 7cc7331db1 Merge branch 'feature-faces' into temp-merge-faces 2023-08-12 07:33:38 +10:00
Mike Lynch 7ac70fd261 Added return from interate callback 2023-08-12 07:30:36 +10:00
Mike Lynch 85a171da22 Fixed syntax error but the naive version of the tetrahedral
algorithm doesn't work
2023-08-11 21:08:39 +10:00
Mike Lynch a412b5d8aa Broken, don't understand why yet 2023-08-11 18:07:12 +10:00
Mike Lynch 971a791339 Added indexing for tesseract 2023-08-06 18:54:32 +10:00
Mike Lynch c3766b749b Hour of nutty hacking and it's labelling 105 nodes 2023-08-06 13:41:01 +10:00
Mike Lynch 62bc994788 More documentation of what I'm doing with the 120 cell 2023-08-06 11:26:38 +10:00
Mike Lynch d82e057e6b Added label_nodes and used it to test manual icosahedral partitions 2023-08-06 11:26:23 +10:00
Mike Lynch c5d2427db2 testbed version of function to partition the chords from a vertex
into two disjoint icosahedral sets
2023-08-06 11:25:55 +10:00
Mike Lynch a38c852178 Made 120-cell the default and changed order in the gui so it's last 2023-08-06 11:25:09 +10:00
Mike Lynch 74cea5750d Changed import to require in permute_testbed 2023-08-06 08:42:23 +10:00
Mike Lynch 4ba8b0617c Added notes/planning for 120-cell partition 2023-08-06 08:41:44 +10:00
Mike Lynch 372a9c1a37 fixed bug with nodesize from links 2023-08-04 17:11:41 +10:00
Mike Lynch a076427af3 Added manual coherent indexing for 16-cell 2023-08-04 16:55:19 +10:00
Mike Lynch ec56fdd75b Indexing for 5-cell 2023-08-04 15:56:21 +10:00
Mike Lynch b96fa62a08 Fixed node colours from params 2023-08-04 15:28:08 +10:00
Mike Lynch db5630cf5a default 24-cell 2023-08-04 15:21:54 +10:00
Mike Lynch d8b5d4eacb bringing back 24-cell indexing 2023-08-04 15:21:02 +10:00
Mike Lynch 1a12c82a5d starting 2023-08-04 15:14:25 +10:00
Mike Lynch 0433267e62 further colour tweaks 2023-08-04 15:04:52 +10:00
Mike Lynch fdd75b103b Adjustable node sizes relative to links 2023-08-04 14:10:39 +10:00
Mike Lynch 82195b717f 600-cell hard-coded indexing and coloured nodes 2023-08-04 13:49:39 +10:00
Mike Lynch 0fdf8a40e4 Stuck an abstraction between permutations and real coordinates for
the 600-cell so that I can label them
2023-08-04 11:10:57 +10:00
Mike Lynch bee04c7e65 Made 600-cell the default 2023-08-04 11:09:49 +10:00
Mike Lynch 2c4a525b3e Several different broken attempts at indexing 2023-08-03 17:06:03 +10:00
Mike Lynch 1416f6121f Wrote a partition algorithm which Does Not Work! 2023-08-02 17:53:17 +10:00
Mike Lynch bf8824a43e Added basic automatic colour schemes and colourised the first
24-cell of the 600-cell
2023-08-02 16:58:51 +10:00
Mike Lynch 3f95a17f45 Reinstated 120-cell faces 2023-07-31 17:37:19 +10:00
Mike Lynch bf0b0559ef Merge branch 'main' into feature-faces 2023-07-31 17:33:40 +10:00
Mike Lynch c500957609 Turned off debug for 600-cell 2023-07-31 17:24:26 +10:00