-
Notifications
You must be signed in to change notification settings - Fork 3
Open
Labels
enhancementNew feature or requestNew feature or request
Description
When running this code at the core of a stochastic search algorithm such as Monte Carlo Tree Search, it would be good to squeeze more performance of the core "move" method. Could the performance of the Board class be improved by use of other libraries such as:
- Numpy arrays and matrices, and making use of native methods to move and merge tiles?
- Storing the core Board as a byte array?
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or request