TAR-ALEX / stickersolve-gui

GUI for an optimal Rubik's cube solver (stickersolve)
GNU General Public License v3.0
7 stars 0 forks source link

Feature request: automatically increasing search depth #1

Closed Louis-dM closed 1 year ago

Louis-dM commented 1 year ago

Motivation: when generating algs, it is often not known what the optimal movecount will be. Furthermore the best alg may use more moves than optimal.

Request: introduce a setting which, after exhausting the search at depth n, causes the solver to increment the search depth and carry on searching at depth n+1. This process can then be interrupted by the user once they're satisfied. Note that this behaviour mimics that of CubeExplorer.

TAR-ALEX commented 1 year ago

Hello, This feature has been added, it should be available in the next release. If needed, building from source is an option. The field "Search Depth" now sets the max search depth before the "incremental search" stops. There are now two solve buttons.