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:
Russell Ballestrini 2024-09-14 15:42:10 -04:00
parent ef127236e1
commit e365749c37
9 changed files with 3220 additions and 2083 deletions

2
.gitignore vendored
View file

@ -5,6 +5,8 @@ __pycache__/
# C extensions
*.so
*.tar.gz
.DS_Store
*.swp