Menu

Code Commit Log


Commit Date  
[r1761] by nerius

New API for getCanonicalBlock2(), which now returns an array of length two,
where each entry in array, if not null, is a canonical representation. This is
likely the hardest problem I've ever worked on, with the symmetries,
recursions, etc.

2023-11-20 17:43:40 Tree
[r1760] by nerius

Changing some variable names. Really an innocent change.

2023-11-20 15:43:21 Tree
[r1759] by nerius

Simplifying getAll_n_Blocks(int).

2023-11-20 15:25:57 Tree
[r1758] by nerius

Starting to improve the correctness in getAll_n_Blocks(int), both in Javadoc
and in the code. Efficiency will be improved as a side effect. Right now the
overall build will be broken for a while.

2023-11-20 14:40:17 Tree
[r1757] by nerius

Slight change in Javadoc comment.

2023-11-20 03:30:02 Tree
[r1756] by nerius

Adding new getCanonicalBlock(), with a different name for now. Not being used
yet. I need to rest a little because this is very complex.

2023-11-19 22:36:59 Tree
[r1755] by nerius

Some change of name, findBestBlock() -> findBestBlockOrientation(), which
returns a BlockOrientation objects intead of a Layer[] object. An inner voice
told me to make this change, I don't know the exact reasons for it [yet].

2023-11-19 20:48:13 Tree
[r1754] by nerius

Adding an item to TODO.txt.

2023-11-19 19:30:45 Tree
[r1753] by nerius

Making very slight incremental progress. This is extremely difficult because
it's highly recursive, there is a chicken and egg problem, and there is a great
deal of reflexivity in code, not just in the block itself. It's almost as if
I'm solving some deep issues in the Universe. I think I know what has to be
done. I think findBestBlock() has to be changed to return a BlockOrientation
object next.

2023-11-19 19:25:07 Tree
[r1752] by nerius

Adding additional comment to findBestBlock() explaining that returned array
will be equal by reference to 'orientedBlock' of one of the input list's items.

2023-11-19 18:18:19 Tree
Older >
Want the latest updates on software, tech news, and AI?
Get latest updates about software, tech news, and AI from SourceForge directly in your inbox once a month.