Closed HenryQuan closed 2 years ago
It seems that pointer itself is the reason why the accuracy is so bad. More debugging is needed 👍
Maybe, the issue is with StateCompare, there should be another PointerCompare. It is merely comparing the address instead of the actual value :disappointed_relieved:
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.