public class InoxAgent_Offering_OneIssue extends OfferingStrategy
endNegotiation, helper, nextBid, omStrategy, opponentModel
negotiationSession
Constructor and Description |
---|
InoxAgent_Offering_OneIssue()
Empty constructor.
|
InoxAgent_Offering_OneIssue(NegotiationSession negoSession,
OpponentModel model,
OMStrategy oms)
Regular constructor.
|
Modifier and Type | Method and Description |
---|---|
BidDetails |
determineNextBid()
Bidding strategy based on slowly conceding towards the median utility.
|
BidDetails |
determineOpeningBid()
Initially offer the best possible bid.
|
void |
init(NegotiationSession negoSession,
OpponentModel model,
OMStrategy oms,
java.util.HashMap<java.lang.String,java.lang.Double> parameters)
Initialization function.
|
getHelper, getNextBid, isEndNegotiation, loadData, setNextBid, storeData
endSession, getParameters, init
public InoxAgent_Offering_OneIssue()
public InoxAgent_Offering_OneIssue(NegotiationSession negoSession, OpponentModel model, OMStrategy oms)
public void init(NegotiationSession negoSession, OpponentModel model, OMStrategy oms, java.util.HashMap<java.lang.String,java.lang.Double> parameters) throws java.lang.Exception
init
in class OfferingStrategy
negoSession
- state of the negotiation.model
- opponent model which may be used.oms
- opponent model strategy which may be used.parameters
- optional parameters for the offering strategy.java.lang.Exception
- if the offering strategy fails to initialize.public BidDetails determineOpeningBid()
determineOpeningBid
in class OfferingStrategy
public BidDetails determineNextBid()
determineNextBid
in class OfferingStrategy