We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b426535 commit 7f58338Copy full SHA for 7f58338
game_theory/best_response_dynamics.py
@@ -1,3 +1,4 @@
1
+import numpy as np
2
def best_response_dynamics(payoff_matrix_a, payoff_matrix_b, iterations=10):
3
n = payoff_matrix_a.shape[0]
4
m = payoff_matrix_a.shape[1]
0 commit comments