]> git.scottworley.com Git - slidingtile/shortlog
slidingtile
2016-01-10 Scott WorleyTweak the default max_frontier master
2016-01-10 Scott WorleyDump memory stats before starting deallocations.
2016-01-10 Scott WorleyBound the frontier. I.e., do beam search.
2016-01-10 Scott WorleySwitch from priority_queue to multimap
2016-01-10 Scott WorleyDon't constrain the hole.
2016-01-10 Scott WorleyKeep a count of live Steps
2016-01-09 Scott Worleyfind_path
2016-01-09 Scott Worleysuccessors is const
2016-01-09 Scott Worleyoperator< for Board
2016-01-09 Scott WorleyUse Board's == instead of ElementsAreArray
2016-01-09 Scott WorleyBoard equality operator
2016-01-04 Scott WorleyMore warnings
2016-01-03 Scott WorleyUse make_shared
2016-01-03 Scott WorleyPrint paths
2016-01-02 Scott WorleyGenerate successor boards
2016-01-02 Scott WorleyDone with this tool
2016-01-02 Scott WorleyFind some long-distance boards
2016-01-02 Scott WorleyA distance metric
2016-01-02 Scott Worleyoperator<< for printing for debugging
2016-01-01 Scott WorleyWarnings are errors
2016-01-01 Scott WorleyMark const methods const.
2016-01-01 Scott WorleyA where's-the-hole function.
2015-12-31 Scott WorleyInput validation
2015-12-31 Scott WorleyPromote Board to a class so it can have methods.
2015-12-31 Scott WorleyBoard input
2015-12-31 Scott Worleymake depend on a 64-bit system
2015-12-31 Scott Worleymake depend
2015-12-31 Scott WorleyDon't delete .o files all the time
2015-12-31 Scott WorleyInclude guards & move non-header stuff out of header.
2015-12-31 Scott WorleyFlags for start and goal
2015-12-29 Scott Worley"make depend" for tests too
2015-12-29 Scott WorleyPass through the test's actual exit code
2015-12-29 Scott WorleyUse the existing list of tests rather than making a...
2015-12-29 Scott WorleyClean Makefile.bak too
2015-12-29 Scott WorleySwitch from Go to C++
2015-12-29 Scott WorleyIncomplete thoughts
2015-12-29 Scott WorleyAdjacent spaces
2015-12-29 Scott WorleyIgnore the built binary
2015-12-29 Scott Worleygofmt
2015-12-28 Scott Worleytests
2015-12-28 Scott WorleyRead a board from the command line