You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Right now, experimentalSolveTwsearch(…) outputs up to one solution.
It is possible to get multiple solutions by specifying a min depth, which will randomize the search each time:
However, it would be much better to implement a generator API that pulls solutions from C++ → Rust → WASM → JS. It's okay for there to be a bit of extra/redundant work as long as the API is simple to use.
The text was updated successfully, but these errors were encountered:
Right now, experimentalSolveTwsearch(…) outputs up to one solution.
It is possible to get multiple solutions by specifying a min depth, which will randomize the search each time:
cubing.js/src/cubing/search/inside/solve/twsearch.ts
Line 66 in 3992552
However, it would be much better to implement a generator API that pulls solutions from C++ → Rust → WASM → JS. It's okay for there to be a bit of extra/redundant work as long as the API is simple to use.
The text was updated successfully, but these errors were encountered: