Skip to content

Reduce computational complexity #2

Description

@jrs2

The full probability tree creation is time consuming. Each inning could be thought of as memory-less with N starting possibilities, where N is the number of players. In other words each inning will only start with one of the N players. This means that you really only need to calculate N subtrees and collapse their probabilities.

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

    No labels
    No labels

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions