Topic: Genetic Sudoku solver (Page 1 of 1) |
|
---|---|
Maniac (V) Inmate From: |
posted 06-05-2006 09:33
Ok, I've made one. It works, and is able to solve any sudoku genetically. quote:
|
Maniac (V) Inmate From: |
posted 06-05-2006 10:28
Rhmmmm... turned it into a standalone Java app. |
Maniac (V) Inmate From: |
posted 06-05-2006 11:01
Ah, for further reference: |
Bipolar (III) Inmate From: London |
posted 06-20-2006 23:44
You can find a JavaScript one here: |
Maniac (V) Inmate From: |
posted 06-21-2006 00:26
Not sure my motivations are clear here. quote:
|
Maniac (V) Inmate From: |
posted 06-30-2006 22:12
There you go, the genetic Sudoku solver source is now available. The zip is an Eclipse project as a whole, so you should be able |
Paranoid (IV) Inmate From: USA |
posted 07-01-2006 02:48
That's a very clever use of GA's, I'd never have thought of doing it that way, but it makes very good sense. I imagine that you need a very large population, though. |
Maniac (V) Inmate From: |
posted 07-01-2006 08:26
Thanks IW, I *think* I got a real decent mark for this one, but haven't got the final AI mark for this year anyway. |
Maniac (V) Inmate From: |
posted 07-01-2006 23:07
Additional, simple thought: BillyRayPreacherSon's sudoku does exactly, in javascript, what *should be the first part of mine to make it fast. |