index
:
imago
master
Unnamed repository; edit this file 'description' to name the repository.
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Age
Commit message (
Expand
)
Author
2022-11-01
Added SGF and GTP instances as acronyms.
InigoGutierrez
2022-10-28
Adding glossary.
InigoGutierrez
2022-10-26
Adding examples of protocols.
InigoGutierrez
2022-09-13
Configuring nvim LSP.
InigoGutierrez
2022-08-25
Fixed errata.
InigoGutierrez
2022-08-25
Capitalized Python.
InigoGutierrez
2022-08-25
Removed explicit and reduntant url reference.
InigoGutierrez
2022-08-25
Added space before cites.
InigoGutierrez
2022-08-25
Changed "planification" (does not exist) to "planning".
InigoGutierrez
2022-08-25
Capitalized Go and moved 2 sections from planification to introduction.
InigoGutierrez
2022-07-01
Updated abstract, acknowledgements and introduction.
InigoGutierrez
2022-07-01
Updated README
InigoGutierrez
2022-07-01
Made default board size 9 for go.py.
InigoGutierrez
2022-07-01
Finished writing documentation.
InigoGutierrez
2022-06-29
Made full class diagram.
InigoGutierrez
2022-06-29
Writing implementation section.
InigoGutierrez
2022-06-29
Updated some tests.
InigoGutierrez
2022-06-29
Added error messages to engine IO and pass move to neural networks.
InigoGutierrez
2022-06-29
Updated use cases documentation.
InigoGutierrez
2022-06-27
Updated Fig references to use the macro.
InigoGutierrez
2022-06-27
Changed work plans diagrams to weekly scale.
InigoGutierrez
2022-06-27
Updating documentation of system analysis.
InigoGutierrez
2022-06-25
Back to the documentation after creating neural networks.
InigoGutierrez
2022-06-25
Working convolutional neural network.
InigoGutierrez
2022-06-22
Fixed using wrong network for testing.
InigoGutierrez
2022-06-22
Created subclasses for different neural networks.
InigoGutierrez
2022-06-19
Lowest representable float is -sys.float_info.max, not sys.float_info.min.
InigoGutierrez
2022-06-19
Fixed keras algorithm playing on occupied vertices.
InigoGutierrez
2022-06-18
Handling pass annotation in sgfParser.astNode
InigoGutierrez
2022-06-18
Testing working neural network.
InigoGutierrez
2022-06-15
SGF module working and mapping SGF files to GameMove tree.
InigoGutierrez
2022-06-13
SGF parser working, although not perfectly.
InigoGutierrez
2022-06-12
Debugging SGF module.
InigoGutierrez
2022-06-10
Structuring the different decision algorithms.
InigoGutierrez
2022-06-01
Some redesigning.
InigoGutierrez
2021-06-30
docs: Added first class diagrams to system analysis section.
InigoGutierrez
2021-06-23
Docs: Written initial planification and system analysis sections.
InigoGutierrez
2021-06-19
imagocli.py works with the Sabaki GUI.
InigoGutierrez
2021-06-17
Engine now uses MCTS algorithm.
InigoGutierrez
2021-06-12
First MonteCarlo match simulations.
InigoGutierrez
2021-02-10
logic: Added monteCarlo.py as an incomplete implementation of MCTS.
InigoGutierrez
2021-02-10
logic: Reorganized move evaluation.
InigoGutierrez
2021-02-09
logic: Fixed ko checks in gameBoard.py
InigoGutierrez
2021-02-08
logic: Made move legality checks independent.
InigoGutierrez
2021-02-05
Removed shebang from non-executable files.
InigoGutierrez
2021-01-29
Started implementing tests for gameBoard.
InigoGutierrez
2021-01-24
First commit!
InigoGutierrez