Skip to content

Commit

Permalink
fixed syntax typo
Browse files Browse the repository at this point in the history
  • Loading branch information
jhconning committed Jan 27, 2024
1 parent 8c00fdc commit f60b8da
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions notebooks/Contract.py
Original file line number Diff line number Diff line change
Expand Up @@ -119,9 +119,7 @@ def noreneg(self, c):
def rpc(self, s):
'''return points along the renegotiation-proof constraint
corresponding to resources s sent into period 1
$$\u(c_1) + \beta \cdot u(s-c_1) = \frac{u(s-\kappa)}{1+ \beta^\frac{1}{\rho}} \cdot (1+ \beta^\frac{1}{\rho})$$
'''
'''
beta, _, btr, kap, _ = self.params()
c1P = (s-kap)/(1+btr)
ub = (1+btr)*self.u(c1P)
Expand Down

0 comments on commit f60b8da

Please sign in to comment.