summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2022-04-19Merge branch 'battleships-main'Justin Wernick
2022-04-19Merge branch 'spacebot-main'Justin Wernick
2022-04-19Refile for merging reposJustin Wernick
2022-04-19Refile for merging reposJustin Wernick
2022-04-19Refile for merging reposJustin Wernick
2017-07-22Added special case for a point that can be known to be a hit while seekingJustin Worthe
2017-07-15Updated shot ordering to choose cheeper one if scores are equalJustin Worthe
2017-07-15Avoided counting hit cells as eliminating unknownsJustin Worthe
2017-07-15Adding shooting of new weaponsJustin Worthe
2017-07-12Fixed bugs in knowledge updateJustin Worthe
2017-07-12Avoided placing adjacent shipsJustin Worthe
2017-06-24Implemented knowledge updates based on all weapon typesJustin Worthe
2017-06-24Knowledge update that can handle different weaponsJustin Worthe
2017-06-22Added turns to weapon being available to knowledgeJustin Worthe
2017-06-18Added knowledge of weaponsJustin Worthe
2017-05-30Added readme to projectJustin Worthe
2017-05-28Additional maths testsJustin Worthe
2017-05-27Added some tests for mathJustin Worthe
2017-05-24Changed bot extension for windowsJustin Worthe
2017-05-20Implemented lattice restricted battleship searchingJustin Worthe
2017-05-20Finished up efficient elimination of found shipsJustin Worthe
2017-05-20Eliminated more possibilities when ships are sunkJustin Worthe
2017-05-20Moved ship placement knowledge out to be one per shipJustin Worthe
2017-05-14Added model for knowledge of the game's stateJustin Worthe
2017-05-14Added documentation of json state typesJustin Worthe
2017-05-13Added checking if state is in use before shootingJustin Worthe
2017-05-13Random placementJustin Worthe
2017-05-13Split into smaller portionsJustin Worthe
2017-05-13Initial commitJustin Worthe
2015-10-17Reverted to a simple decision treeJustin Worthe
2015-09-20Made manually tuned brainJustin Worthe
2015-09-06Removed some buildings made network more efficientJustin Worthe
2015-09-01Fixed memory leakJustin Worthe
2015-08-29Improved efficiency of networkJustin Worthe
2015-08-16Updated project fileJustin Worthe
2015-08-16Made neural net recurrentJustin Worthe
2015-08-15Updated brain from initial trainingJustin Worthe
2015-08-14Merge branch 'master' of bitbucket.org:JWorthe/spacebotJustin Worthe
2015-08-14Added missing sensorsJustin Worthe
2015-08-13Added new files to project fileJustin Worthe
2015-08-12Changing how gamestate is interpreted into networkJustin Worthe
2015-08-02Changed network innards to use mapsJustin Worthe
2015-08-02Reading brain in from a fileJustin Worthe
2015-08-01Reading network from fileJustin Worthe
2015-08-01First integration testJustin Worthe
2015-08-01Implemented structure of networkJustin Worthe
2015-07-31Constructed nodesJustin Worthe
2015-07-27Added test and abstract neural nodeJustin Worthe
2015-07-27Added interface for neural networkJustin Worthe
2015-06-14Added script for rebuilding on every file changeJustin Worthe