taiters_
- Karma
- 1
- Created
- December 23, 2023 (2y ago)
- Submissions
- 0
- Show HN: Visual Sudoku solver in the browser (sudoku.dotslashdan.com)
Hello! I recently wanted to learn a bit about computer vision. Initially, I wanted to build something which could solve a jigsaw puzzle, but figured I should start with something (much) simpler, so I've built this…
- Show HN: Interactive TSP Solver with Genetic Algorithms in Rust and WASM (salesman.dotslashdan.com)
I've recently started playing with genetic algorithms, aiming to eventually apply the NEAT algorithm to train some virtual race cars. Before jumping blindly into NEAT, I first tried out the Knapsack problem to learn the…