adamaaronson / adamaaronson/swordsmith

Fix backjumping on seeded grids

Ouverte
#12 0 commentaires 0 réactions 0 personnes assignées Voir sur GitHub
bug
Langage dominant
Python
Étoiles
29
Forks
4
Métriques de merge des PR
Aucune PR mergée en 30 j

Description

Currently, the backjumping algorithm jumps back to the most recently filled slot that crosses the failed slot. However, this seems to cause issues, especially in seeded grids. The slot-choosing heuristic can basically partition the grid into multiple unrelated sections, and then the backjumping algorithm can sometimes bounce back and forth between these sections, undoing them repeatedly for no reason. This might be an inherent flaw with backjumping (and might require some dynamic approach), but there is probably some improvement to the current algorithm that would make it better.

e.g. try filling the 15xjja grid with MinlookBackjumpFiller. It fills small words in the middle first, then tends to switch off repeatedly between different corners, undoing each other because they were filled more recently than the small words in the middle.

Guide de contribution

Aucun guide de contribution indexé pour ce dépôt

Évaluation

Cette issue n'a pas encore été évaluée.

Recevez les nouvelles issues par e-mail

Un résumé court des issues GitHub adaptées aux débutants.