Changes between Version 35 and Version 36 of WikiStart


Ignore:
Timestamp:
Aug 2, 2021, 1:37:30 PM (4 years ago)
Author:
Wouter Pasman
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • WikiStart

    v35 v36  
    103103
    104104    def _myTurn(self):
    105         if self._lastReceivedBid != None and \
    106             self._profile.getProfile().getUtility(self._lastReceivedBid) > 0.6:
     105        if self._isGood(self._lastReceivedBid) :
    107106            action = Accept(self._me, self._lastReceivedBid)
    108107        else: