Changeset 61


Ignore:
Timestamp:
08/02/21 13:13:34 (3 years ago)
Author:
Wouter Pasman
Message:

updated randomparty

File:
1 edited

Legend:

Unmodified
Added
Removed
  • exampleparties/randomparty/randomparty/RandomParty.py

    r59 r61  
    7979
    8080    def _myTurn(self):
    81         if self._lastReceivedBid != None and \
    82             self._profile.getProfile().getUtility(self._lastReceivedBid) > 0.6:
     81        if self._isGood(self._lastReceivedBid):
    8382            action = Accept(self._me, self._lastReceivedBid)
    8483        else:
Note: See TracChangeset for help on using the changeset viewer.