Changeset 61
- Timestamp:
- 08/02/21 13:13:34 (3 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
exampleparties/randomparty/randomparty/RandomParty.py
r59 r61 79 79 80 80 def _myTurn(self): 81 if self._lastReceivedBid != None and \ 82 self._profile.getProfile().getUtility(self._lastReceivedBid) > 0.6: 81 if self._isGood(self._lastReceivedBid): 83 82 action = Accept(self._me, self._lastReceivedBid) 84 83 else:
Note:
See TracChangeset
for help on using the changeset viewer.