Commit Graph

35 Commits

Author SHA1 Message Date
Lucas Scharenbroich
df2318db29 Add example of heuristic optimism. 2016-12-14 07:02:06 -06:00
Lucas Scharenbroich
0179827c65 Add additional documented limitations 2016-12-14 07:00:22 -06:00
Lucas Scharenbroich
d7b850b5ef Update README.md 2016-12-14 00:14:26 -06:00
Lucas Scharenbroich
ab5413f885 Improved code generation required reducing the optimal cost of the single-byte test 2016-12-14 00:08:17 -06:00
Lucas Scharenbroich
21058f3e06 Fix solution printing and add actions to alow stack to advance to new lines. Added 8-bit PHA actions 2016-12-14 00:04:10 -06:00
Lucas Scharenbroich
ac9850998b Significant refactoring and addition of more test cases to exercise the base AI seach code 2016-12-12 00:41:35 -06:00
Lucas Scharenbroich
e4ae474a67 Add missing solution and project file updates 2016-12-10 21:59:55 -06:00
Lucas Scharenbroich
cfc2cda1a8 Interim refactoring of core AI search code to be more inspectable 2016-12-10 21:56:27 -06:00
Lucas Scharenbroich
5b45dfefa8 Simple test that surprised me! 2016-12-08 23:30:31 -06:00
Lucas Scharenbroich
06fa1bedac Add support for masks 2016-12-08 23:15:59 -06:00
Lucas Scharenbroich
243ff5175c Add support for overlapping data store optimizations 2016-12-08 21:59:46 -06:00
Lucas Scharenbroich
2d25c5c295 Add Iterative Deepening search infrastructure 2016-12-08 21:59:21 -06:00
Lucas Scharenbroich
780f94050e Update README.md 2016-12-08 21:57:41 -06:00
Lucas Scharenbroich
e430006da2 Broken code which converting state representation 2016-12-05 23:35:22 -06:00
Lucas Scharenbroich
2e75b8d354 Imrpoved tests; building up to larger sprites 2016-12-05 23:17:53 -06:00
Lucas Scharenbroich
2bf19084f7 Add more tests and allow images to be loaded from the comomand line 2016-12-05 23:17:31 -06:00
Lucas Scharenbroich
4861c84279 Merge branch 'master' of https://github.com/lscharen/iigs-sprite-compiler 2016-12-05 21:55:16 -06:00
Lucas Scharenbroich
0a26e62c73 Begin adding ability to load images from command line. Additional tests; start to move toward graph search and then IDA* 2016-12-05 21:55:04 -06:00
Lucas Scharenbroich
4a0e3aac99 Update README.md 2016-12-05 15:46:35 -06:00
Lucas Scharenbroich
354428c0c5 Update README.md 2016-12-04 23:37:24 -06:00
Lucas Scharenbroich
5194bb3b76 Update README.md 2016-12-04 23:29:19 -06:00
Lucas Scharenbroich
5fe12243ad Fix bugs in heuristic function and code sequences 2016-12-04 23:14:51 -06:00
Lucas Scharenbroich
5fc5a254ab Change the success function to allow the order of the succesors to be controlled 2016-11-30 16:13:43 -06:00
Lucas Scharenbroich
b7a3af9437 Work toward improved heuristic functions ad add core unit tests 2016-11-30 16:07:22 -06:00
Lucas Scharenbroich
9d7aeb355c Split out supporting classes into their own class files 2016-11-30 08:17:05 -06:00
Lucas Scharenbroich
de3754e91e Add a 16-bit word operation and unit test 2016-11-30 00:43:54 -06:00
Lucas Scharenbroich
ff48fefcd4 Fix merge issues and make code more compatible 2016-11-30 00:08:26 -06:00
Lucas Scharenbroich
f1eeadb7f3 Simple fix for correcting unit tests 2016-11-29 00:54:37 -06:00
Lucas Scharenbroich
b20b85e7bc Found and fixed search bugs. Path cost is still not being calculated correctly. 2016-11-29 00:51:06 -06:00
Lucas Scharenbroich
e00ae24ab0 Flesh out the sprite compiler state and successor functions. A bug exists that is causing no progress to be made resulting in an eventual OOM exception 2016-11-29 00:20:29 -06:00
Lucas Scharenbroich
943eb36acb Minimal test to ensure that the simplest case is working 2016-11-26 23:41:51 -06:00
Lucas Scharenbroich
af7aabf160 Project update to include all relevant files 2016-11-26 23:41:11 -06:00
Lucas Scharenbroich
1a575a91b6 Adaptor around the Fast Priority Queue NuGet package 2016-11-26 23:40:21 -06:00
Lucas Scharenbroich
77f92507b7 Flesh out the AI support classes 2016-11-26 23:39:50 -06:00
Lucas Scharenbroich
b3569db950 Added initial set of generic AI search files 2016-11-25 00:05:29 -06:00