Skip to content

Optimise the engine for AI search throughput #6

Description

@Smartitect

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?

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementNew feature or requestparkedDeliberately not being worked on for nowperformanceEngine throughput

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions