Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add estimated game tree complexity to game stats #4

Open
ianfab opened this issue Mar 1, 2023 · 0 comments
Open

Add estimated game tree complexity to game stats #4

ianfab opened this issue Mar 1, 2023 · 0 comments
Labels
enhancement New feature or request good first issue Good for newcomers

Comments

@ianfab
Copy link
Owner

ianfab commented Mar 1, 2023

As the script already calculates average game length and branching factor, it could also estimate the game tree complexity as branching factor ^ game length.

print('\n# Game length')
print(stats(list(game_length.values())))
print('\n# Branching factor')
print(stats(branching_factor))

@ianfab ianfab added enhancement New feature or request good first issue Good for newcomers labels Mar 1, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request good first issue Good for newcomers
Projects
None yet
Development

No branches or pull requests

1 participant