Battleship board generator and samplers.
modified: ../../../../.gitignore new file: battleship_boards.py modified: battleship_genetic.py deleted: battleship_genetic2.py modified: battleship_learning.json modified: compare_battleship.sh new file: elites.json new file: sample_from_tarball.sh new file: sample_one_from_tarball.sh
This commit is contained in:
parent
ef127236e1
commit
e365749c37
9 changed files with 3220 additions and 2083 deletions
2
.gitignore
vendored
2
.gitignore
vendored
|
|
@ -5,6 +5,8 @@ __pycache__/
|
|||
# C extensions
|
||||
*.so
|
||||
|
||||
*.tar.gz
|
||||
|
||||
.DS_Store
|
||||
|
||||
*.swp
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue