benbotto / rubiks-cube-cracker

An OpenGL Rubik's Cube implementation with an optimal solver. Written in C++.
187 stars 23 forks source link

Some help on optimization #6

Open AlioTheCat opened 6 months ago

AlioTheCat commented 6 months ago

Hi Ben ! I'm currently working on a university project for which I decided to program a Rubik's Cube solver. My project is coded in Ocaml, and I'm using your project and Medium articles, with a few other additional math articles, as a reference and they have been a great help so far, so first off, thank you ! However, I'm currently having a hard time optimizing the heuristics building phase. Right now I'm stuck on the corner heuristics ; the IDS program i made works, but it super slow, it takes about quarter an hour to reach depth 7. As a consequence, I was wondering if I could request your help for a few questions.

Thank you for your help, have a good day :))