This project aims to leverage the power of genetic algorithms combined with the wisdom of crowds approach to solve minesweeper, which is a NP-complete problem. The genetic algorithm simulates natural ...
This is a casual project that I'm currently working on to gain experience with C++. The goal of this project is to create an algorithm to solve Minesweeper on expert difficulty 45% of the time as fast ...
Abstract: A novel algorithm named `Minesweeper' was developed for computing the Ordered Statistic Constant False Alarm Rate (CFAR) in a computationally efficient and novel way. OS-CFAR processing ...
This was a fun problem to solve: The most probable distribution of mine locations for the game Minesweeper. Algorithm can be rephrased using only basic arithmetic and the solution is optimal in the ...