Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit af4427f

Browse files
committedOct 7, 2024·
[pre-commit.ci] auto fixes from pre-commit.com hooks
for more information, see https://pre-commit.ci
1 parent 9b0645d commit af4427f

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed
 

‎game_theory/fictitious_play.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 fictitious_play(payoff_matrix_a, payoff_matrix_b, iterations=100):
35
n = payoff_matrix_a.shape[0]
46
m = payoff_matrix_a.shape[1]

0 commit comments

Comments
 (0)
Please sign in to comment.