public abstract class ABidStrategy
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
protected AgentID |
fAgentID |
protected BidHistory |
fBidHistory |
protected PreferenceProfileManager |
fPreferenceProfile |
protected UtilitySpace |
fUtilitySpace |
Constructor and Description |
---|
ABidStrategy(BidHistory pHist,
UtilitySpace pUtilitySpace,
PreferenceProfileManager pPreferenceProfile,
AgentID pId) |
Modifier and Type | Method and Description |
---|---|
Action |
getNextAction(double startTime)
Selects the next action the agent should perform.
|
protected BidHistory fBidHistory
protected UtilitySpace fUtilitySpace
protected PreferenceProfileManager fPreferenceProfile
protected AgentID fAgentID
public ABidStrategy(BidHistory pHist, UtilitySpace pUtilitySpace, PreferenceProfileManager pPreferenceProfile, AgentID pId)
public Action getNextAction(double startTime)