aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2023-06-12Merge branch 'devel'HEADmasterInigoGutierrez
2023-06-12Submitted version.InigoGutierrez
2023-06-09First usability test.InigoGutierrez
2023-06-06Written user manuals.InigoGutierrez
2023-06-02Second revision and added rules of the game.InigoGutierrez
2023-05-13Added visualization of SGF example.InigoGutierrez
2023-02-21Added copy of GNU Free Documentation License.InigoGutierrez
2023-01-11100% coverage on imagoIO module.InigoGutierrez
2022-12-14Developing Unit Testing.InigoGutierrez
2022-11-01Added SGF and GTP instances as acronyms.InigoGutierrez
2022-10-28Adding glossary.InigoGutierrez
2022-10-26Adding examples of protocols.InigoGutierrez
2022-09-13Configuring nvim LSP.InigoGutierrez
2022-08-25Fixed errata.InigoGutierrez
2022-08-25Capitalized Python.InigoGutierrez
2022-08-25Removed explicit and reduntant url reference.InigoGutierrez
2022-08-25Added space before cites.InigoGutierrez
2022-08-25Changed "planification" (does not exist) to "planning".InigoGutierrez
2022-08-25Capitalized Go and moved 2 sections from planification to introduction.InigoGutierrez
2022-07-01First version.InigoGutierrez
2022-07-01Updated abstract, acknowledgements and introduction.InigoGutierrez
2022-07-01Updated READMEInigoGutierrez
2022-07-01Made default board size 9 for go.py.InigoGutierrez
2022-07-01Finished writing documentation.InigoGutierrez
2022-06-29Made full class diagram.InigoGutierrez
2022-06-29Writing implementation section.InigoGutierrez
2022-06-29Updated some tests.InigoGutierrez
2022-06-29Added error messages to engine IO and pass move to neural networks.InigoGutierrez
2022-06-29Updated use cases documentation.InigoGutierrez
2022-06-27Updated Fig references to use the macro.InigoGutierrez
2022-06-27Changed work plans diagrams to weekly scale.InigoGutierrez
2022-06-27Updating documentation of system analysis.InigoGutierrez
2022-06-25Back to the documentation after creating neural networks.InigoGutierrez
2022-06-25Working convolutional neural network.InigoGutierrez
2022-06-22Fixed using wrong network for testing.InigoGutierrez
2022-06-22Created subclasses for different neural networks.InigoGutierrez
2022-06-19Lowest representable float is -sys.float_info.max, not sys.float_info.min.InigoGutierrez
2022-06-19Fixed keras algorithm playing on occupied vertices.InigoGutierrez
2022-06-18Handling pass annotation in sgfParser.astNodeInigoGutierrez
2022-06-18Testing working neural network.InigoGutierrez
2022-06-15SGF module working and mapping SGF files to GameMove tree.InigoGutierrez
2022-06-13SGF parser working, although not perfectly.InigoGutierrez
2022-06-12Debugging SGF module.InigoGutierrez
2022-06-10Structuring the different decision algorithms.InigoGutierrez
2022-06-01Some redesigning.InigoGutierrez
2021-06-30docs: Added first class diagrams to system analysis section.InigoGutierrez
2021-06-23Docs: Written initial planification and system analysis sections.InigoGutierrez
2021-06-19imagocli.py works with the Sabaki GUI.InigoGutierrez
2021-06-17Engine now uses MCTS algorithm.InigoGutierrez
2021-06-12First MonteCarlo match simulations.InigoGutierrez