pazusoba / core

Try to solve Puzzle & Dragons with C++
MIT License
15 stars 1 forks source link

V2 - Pointer #48

Closed HenryQuan closed 2 years ago

HenryQuan commented 3 years ago

This branch updated some variables to be a pointer instead. Also, there are some performance improvement. However, the accuracy is decreased quite a lot. Further investigation is required on this one.

HenryQuan commented 3 years ago

It seems that pointer itself is the reason why the accuracy is so bad. More debugging is needed 👍

HenryQuan commented 3 years ago

Maybe, the issue is with StateCompare, there should be another PointerCompare. It is merely comparing the address instead of the actual value :disappointed_relieved: