Skip to content

Commit

Permalink
Add is_zerosum() in class GTGame #773
Browse files Browse the repository at this point in the history
  • Loading branch information
steveyuwono committed Jun 27, 2023
1 parent 97a377e commit c50f962
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/mlpro/gt/native/basics.py
Original file line number Diff line number Diff line change
Expand Up @@ -209,7 +209,7 @@ def _call_best_response(self, p_element_id:str) -> float:
def zero_sum(self) -> bool:

if self._function is not None:
best_payoff = self._function.zero_sum()
return self._function.zero_sum()
else:
return self._call_zero_sum()

Expand Down

0 comments on commit c50f962

Please sign in to comment.