MACM icon indicating copy to clipboard operation
MACM copied to clipboard

24-points game and sequence sorting problem (64 elements)

Open vasiliyeskin opened this issue 1 year ago • 1 comments

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!

vasiliyeskin avatar Jun 24 '24 11:06 vasiliyeskin

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!

bin123apple avatar Jun 25 '24 02:06 bin123apple