Skip to content

Commit 92646bc

Browse files
[pre-commit.ci] auto fixes from pre-commit.com hooks
for more information, see https://pre-commit.ci
1 parent 7f58338 commit 92646bc

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

game_theory/best_response_dynamics.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,6 @@
11
import numpy as np
2+
3+
24
def best_response_dynamics(payoff_matrix_a, payoff_matrix_b, iterations=10):
35
n = payoff_matrix_a.shape[0]
46
m = payoff_matrix_a.shape[1]

0 commit comments

Comments
 (0)