Odilf / barbarosa

A rubik's cube library
GNU General Public License v3.0
1 stars 0 forks source link

Implement better IDA* #18

Closed Odilf closed 1 year ago

Odilf commented 1 year ago

Currently I'm just using an off the shelf A* implementation. It'd be better to use iterative deepening and use my own implementation to be able to reduce redundant moves, which is only possible if the previous move is know

Odilf commented 1 year ago

ok not doing the "smart" thing based on previous moves because it's 10x worse 😭😭😭