Daniel Walton

Results 105 comments of Daniel Walton

Thank you for posting this. The only problem I found is where you do: if (bounding_box[0] > 0 && bounding_box[1] > 0) { This needs to be: if (bounding_box &&...

``` After a move X, we obtain position S', whose pruning value is larger than maxl, which means that X makes S farther from the solved state. In this case,...

@bittner assigned it to you but feel free to un-assign if you do not want it

There is a file in /tmp/ called `rubiks-color-resolver.html`, can you attach that file to the issue here?

It should be `/tmp/rubiks-color-resolver/rubiks-color-resolver.html`

my bad, I just looked at the code and at some point I stopped writing the file to /tmp and started writing it in the current directory :( Look in...

@guinasc2 can you re-install rubiks-color-resolver per the README at https://github.com/dwalton76/rubiks-color-resolver Just to make sure you are running the latest and greatest

@mm738 please attach the rubiks-color-resolver.html file, that has the info I need to try to figure out what happened.

@mm738 that is really weird. If you run this from the directory where your `rubiks-color-resolver.py` resides does it create the `rubiks-color-resolver.html` file? ``` ./rubiks-color-resolver.py --rgb '{"1": [158, 213, 210], "2":...

You could write some code to take the 12R in the solution (for example) and expand it out to your R, 2R....12R but it would not be an optimal solution...