aboutsummaryrefslogtreecommitdiff
path: root/nissy (follow)
Commit message (Collapse)AuthorAgeFilesLines
* removed old inverse_cube()Sebastiano Tronto2021-12-141-0/+0
|
* random attemptsSebastiano Tronto2021-12-141-0/+0
|
* Faster optimal solver.Sebastiano Tronto2021-12-131-0/+0
| | | | | | | | | | | This is a pretty big one, but unfortunately performance only improved by about 5%. I implemented one of the main ideas of nxopt, that is switching to the inverse scramble on the fly if it gives a lower branching factor. On the one hand it makes sense that it does not have such a huge impact, since it only rarely happens that we do have a lower branching factor on inverse, but on the other hand I am quite sad that the improvement is barely noticeable :-( Maybe the problem is that I have introduced a lot of new overhead and I can improve that in the future. Or maybe I am just overlooking something stupid.
* bumped version numberSebastiano Tronto2021-12-121-0/+0
|
* Faster inverse cube; makes optimal solving about 30% fasterSebastiano Tronto2021-12-121-0/+0
|
* Improved where_is_edgeSebastiano Tronto2021-12-111-0/+0
|
* Added batch modeSebastiano Tronto2021-12-101-0/+0
|
* Removed one todo, added anotherSebastiano Tronto2021-12-101-0/+0
|
* Added gen command and modified installation instructions for tablesSebastiano Tronto2021-12-101-0/+0
|
* Fixed genptable for small tables and tables that do not use symmetrySebastiano Tronto2021-12-091-0/+0
|
* Multi-threaded pruning table generation - now it's actually fast :)Sebastiano Tronto2021-12-091-0/+0
|
* Just refortmatting and added one typeSebastiano Tronto2021-12-081-0/+0
|
* Faster and nice pruning table generation. Can still be improved with ↵Sebastiano Tronto2021-12-081-0/+0
| | | | multithreading.
* Faster ptable generation (but I can make it faster)Sebastiano Tronto2021-12-081-0/+0
|
* Little performance improvement in optimal solver - more to come!Sebastiano Tronto2021-12-071-0/+0
|
* Some attempts at using the inverse scramble to get more info for pruning ↵Sebastiano Tronto2021-12-031-0/+0
| | | | (optimal solving)
* Rewritten from scratch. Welocme nissy 2.0!Sebastiano Tronto2021-11-111-0/+0
|
* Added CO first commandSebastiano Tronto2020-09-221-0/+0
|
* Bugfix: NISS and pruning table checkSebastiano Tronto2020-09-191-0/+0
|
* Copied documentation into codeSebastiano Tronto2020-09-131-0/+0
|
* Changed compile options to -O2Sebastiano Tronto2020-08-301-0/+0
|
* added command clearSebastiano Tronto2020-07-271-0/+0
|
* Fixed a bug with NISSSebastiano Tronto2020-07-271-0/+0
|
* Added more scramble options, scramble docSebastiano Tronto2020-07-201-0/+0
|
* Added feature: scrambleSebastiano Tronto2020-07-121-0/+0
|
* Bug fixSebastiano Tronto2020-07-111-0/+0
|
* First pushSebastiano Tronto2020-06-211-0/+0

Generated with cgit - Back to sebastiano.tronto.net