MACM
MACM copied to clipboard
24-points game and sequence sorting problem (64 elements)
I found in the paper that You tested your method on the 24-points game and sequence sorting problem (64 elements). However, I was unable to locate these tests in your repository. Could you please expand your repository to include code for testing your method on these problems? Thank you in advance!
Hello! You can directly write a for loop and input your question (such as each data entry in the game of 24 dataset) in main.py line 158. Thanks!