jkomoros / sudoku

A sudoku puzzle solver, generator, and difficulty-rater built in Go
Apache License 2.0
5 stars 1 forks source link

Experimentally set the twiddle weights and curves #231

Open jkomoros opened 8 years ago

jkomoros commented 8 years ago

chainDissimilarity, for example, is still roughly the same shape as before but haven't experimented much with it.

jkomoros commented 8 years ago

This might be easier if conceptually all twiddlers return a linear score that might be raised to a configurable power after the fact.

jkomoros commented 8 years ago

This will be easier once #234 is done