We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7f58338 commit 92646bcCopy full SHA for 92646bc
game_theory/best_response_dynamics.py
@@ -1,4 +1,6 @@
1
import numpy as np
2
+
3
4
def best_response_dynamics(payoff_matrix_a, payoff_matrix_b, iterations=10):
5
n = payoff_matrix_a.shape[0]
6
m = payoff_matrix_a.shape[1]
0 commit comments