Skip to content

Latest commit

 

History

History
5 lines (3 loc) · 272 Bytes

README.md

File metadata and controls

5 lines (3 loc) · 272 Bytes

Battleship

This is an academic project in which we try to find a solution to the game Battleship using genetic algorithms. This is also compared to the ant colony algorithm.

The Python code and full description can be found in the file "GA Battleship Notebook.ipynb".