<feed xmlns='http://www.w3.org/2005/Atom'>
<title>nissy/src/steps.h, branch master</title>
<subtitle>Where is nissy?</subtitle>
<id>https://git.tronto.net/nissy/atom?h=master</id>
<link rel='self' href='https://git.tronto.net/nissy/atom?h=master'/>
<link rel='alternate' type='text/html' href='https://git.tronto.net/nissy/'/>
<updated>2023-05-01T14:33:51Z</updated>
<entry>
<title>Split nissy in other repos, see README.md</title>
<updated>2023-05-01T14:33:51Z</updated>
<author>
<name>Sebastiano Tronto</name>
<email>sebastiano@tronto.net</email>
</author>
<published>2023-05-01T14:33:51Z</published>
<link rel='alternate' type='text/html' href='https://git.tronto.net/nissy/commit/?id=bf44088d4373a9520e860152c56a958332819c4b'/>
<id>urn:sha1:bf44088d4373a9520e860152c56a958332819c4b</id>
<content type='text'>
</content>
</entry>
<entry>
<title>I made a mess, but it works. Still need to implement new optimal solver.</title>
<updated>2023-03-05T09:13:01Z</updated>
<author>
<name>Sebastiano Tronto</name>
<email>sebastiano@tronto.net</email>
</author>
<published>2023-03-05T09:13:01Z</published>
<link rel='alternate' type='text/html' href='https://git.tronto.net/nissy/commit/?id=87a15e960e31365698df7e06cd3e6b851e17c1a5'/>
<id>urn:sha1:87a15e960e31365698df7e06cd3e6b851e17c1a5</id>
<content type='text'>
After that, a big redesign is due.
</content>
</entry>
<entry>
<title>Removed some code preparing for moving optimal solver away from general coordinate solving.</title>
<updated>2022-09-06T21:25:31Z</updated>
<author>
<name>Sebastiano Tronto</name>
<email>sebastiano@tronto.net</email>
</author>
<published>2022-09-06T21:25:31Z</published>
<link rel='alternate' type='text/html' href='https://git.tronto.net/nissy/commit/?id=569983380edfb3744192b5a652e2ac038840e53d'/>
<id>urn:sha1:569983380edfb3744192b5a652e2ac038840e53d</id>
<content type='text'>
Kept symcoord for coordinate solving.
</content>
</entry>
<entry>
<title>Symcoord version of nissy. Interesting idea, but performance are</title>
<updated>2022-09-06T16:00:40Z</updated>
<author>
<name>Sebastiano Tronto</name>
<email>sebastiano@tronto.net</email>
</author>
<published>2022-09-06T16:00:40Z</published>
<link rel='alternate' type='text/html' href='https://git.tronto.net/nissy/commit/?id=a125e69c8ce0a2764b1e50b2dad0a4fa9d141ef4'/>
<id>urn:sha1:a125e69c8ce0a2764b1e50b2dad0a4fa9d141ef4</id>
<content type='text'>
actually slower. AT THIS STAGE NISSY IS NOT USABLE.
</content>
</entry>
<entry>
<title>Removed array-size constants for certain objects (steps, commands...)</title>
<updated>2022-02-27T15:53:22Z</updated>
<author>
<name>Sebastiano Tronto</name>
<email>sebastiano@tronto.net</email>
</author>
<published>2022-02-27T15:53:22Z</published>
<link rel='alternate' type='text/html' href='https://git.tronto.net/nissy/commit/?id=7de88d1bcd420447023b8e74b0aa4f5e8ba1df6b'/>
<id>urn:sha1:7de88d1bcd420447023b8e74b0aa4f5e8ba1df6b</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Added two-phase solver</title>
<updated>2021-12-26T18:38:28Z</updated>
<author>
<name>Sebastiano Tronto</name>
<email>sebastiano.tronto@gmail.com</email>
</author>
<published>2021-12-26T18:38:28Z</published>
<link rel='alternate' type='text/html' href='https://git.tronto.net/nissy/commit/?id=975e3eafbae15b93a1a4f160dd781d359a6c717b'/>
<id>urn:sha1:975e3eafbae15b93a1a4f160dd781d359a6c717b</id>
<content type='text'>
</content>
</entry>
<entry>
<title>some progress</title>
<updated>2021-12-17T21:03:33Z</updated>
<author>
<name>Sebastiano Tronto</name>
<email>sebastiano.tronto@gmail.com</email>
</author>
<published>2021-12-17T21:03:33Z</published>
<link rel='alternate' type='text/html' href='https://git.tronto.net/nissy/commit/?id=6df92db4d23dd6e2c3aba48caf1e0ea30265abb2'/>
<id>urn:sha1:6df92db4d23dd6e2c3aba48caf1e0ea30265abb2</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Faster optimal solver.</title>
<updated>2021-12-13T19:40:18Z</updated>
<author>
<name>Sebastiano Tronto</name>
<email>sebastiano.tronto@gmail.com</email>
</author>
<published>2021-12-13T19:40:18Z</published>
<link rel='alternate' type='text/html' href='https://git.tronto.net/nissy/commit/?id=1215648b1ba3c592bd9d97b871349673d1702e44'/>
<id>urn:sha1:1215648b1ba3c592bd9d97b871349673d1702e44</id>
<content type='text'>
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.
</content>
</entry>
<entry>
<title>Multi-threaded pruning table generation - now it's actually fast :)</title>
<updated>2021-12-08T23:42:39Z</updated>
<author>
<name>Sebastiano Tronto</name>
<email>sebastiano.tronto@gmail.com</email>
</author>
<published>2021-12-08T23:42:39Z</published>
<link rel='alternate' type='text/html' href='https://git.tronto.net/nissy/commit/?id=8acabe18cad69d7c7ed7a00ffef654abc3873a16'/>
<id>urn:sha1:8acabe18cad69d7c7ed7a00ffef654abc3873a16</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Little performance improvement in optimal solver - more to come!</title>
<updated>2021-12-07T11:20:51Z</updated>
<author>
<name>Sebastiano Tronto</name>
<email>sebastiano.tronto@gmail.com</email>
</author>
<published>2021-12-07T11:20:51Z</published>
<link rel='alternate' type='text/html' href='https://git.tronto.net/nissy/commit/?id=b6fd508253bce9225dd24b6538adb5093892c4f8'/>
<id>urn:sha1:b6fd508253bce9225dd24b6538adb5093892c4f8</id>
<content type='text'>
</content>
</entry>
</feed>
