Chore: Game Theory algorithms are missing #11804 #10558
Annotations
10 errors
Ruff (INP001):
game_theory/best_response_dynamics.py#L1
game_theory/best_response_dynamics.py:1:1: INP001 File `game_theory/best_response_dynamics.py` is part of an implicit namespace package. Add an `__init__.py`.
|
Ruff (N803):
game_theory/best_response_dynamics.py#L1
game_theory/best_response_dynamics.py:1:28: N803 Argument name `payoff_matrix_A` should be lowercase
|
Ruff (N803):
game_theory/best_response_dynamics.py#L1
game_theory/best_response_dynamics.py:1:45: N803 Argument name `payoff_matrix_B` should be lowercase
|
Ruff (N806):
game_theory/best_response_dynamics.py#L6
game_theory/best_response_dynamics.py:6:5: N806 Variable `strategy_A` in function should be lowercase
|
Ruff (F821):
game_theory/best_response_dynamics.py#L6
game_theory/best_response_dynamics.py:6:18: F821 Undefined name `np`
|
Ruff (N806):
game_theory/best_response_dynamics.py#L7
game_theory/best_response_dynamics.py:7:5: N806 Variable `strategy_B` in function should be lowercase
|
Ruff (F821):
game_theory/best_response_dynamics.py#L7
game_theory/best_response_dynamics.py:7:18: F821 Undefined name `np`
|
Ruff (N806):
game_theory/best_response_dynamics.py#L11
game_theory/best_response_dynamics.py:11:9: N806 Variable `response_A` in function should be lowercase
|
Ruff (F821):
game_theory/best_response_dynamics.py#L11
game_theory/best_response_dynamics.py:11:22: F821 Undefined name `np`
|
Ruff (N806):
game_theory/best_response_dynamics.py#L12
game_theory/best_response_dynamics.py:12:9: N806 Variable `strategy_A` in function should be lowercase
|