|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectuk.ac.liv.auction.agent.AbstractStrategy
uk.ac.liv.auction.agent.FixedQuantityStrategyImpl
uk.ac.liv.auction.agent.AdaptiveStrategyImpl
uk.ac.liv.auction.agent.MomentumStrategy
uk.ac.liv.auction.agent.PriestVanTolStrategy
| Field Summary | |
protected HistoricalDataReport |
historyStats
|
| Fields inherited from class uk.ac.liv.auction.agent.MomentumStrategy |
currentPrice, initialMarginDistribution, lastShout, lastShoutAccepted, learner, P_LEARNER, P_SCALING, perterbationDistribution, scaling, trAskPrice, trBidPrice, trPrice |
| Fields inherited from class uk.ac.liv.auction.agent.AbstractStrategy |
agent, auction, currentShout |
| Constructor Summary | |
PriestVanTolStrategy()
|
|
| Method Summary | |
protected void |
adjustMargin()
|
void |
auctionOpen(AuctionOpenEvent event)
|
void |
eventOccurred(AuctionEvent event)
|
| Methods inherited from class uk.ac.liv.auction.agent.MomentumStrategy |
adjustMargin, agentPolled, calculatePrice, endOfRound, getCurrentPrice, getLastShout, getLearner, getScaling, getTrAskPrice, getTrBidPrice, getTrPrice, initialise, isLastShoutAccepted, modifyShout, perterb, setLearner, setMargin, setup, shoutPlaced, targetMargin, transactionExecuted |
| Methods inherited from class uk.ac.liv.auction.agent.FixedQuantityStrategyImpl |
determineQuantity, getQuantity, setQuantity |
| Methods inherited from class uk.ac.liv.auction.agent.AbstractStrategy |
getAgent, modifyShout, protoClone, reset, setAgent |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Methods inherited from interface uk.ac.liv.auction.agent.Strategy |
determineQuantity, modifyShout, setAgent |
| Methods inherited from interface uk.ac.liv.util.Prototypeable |
protoClone |
| Methods inherited from interface uk.ac.liv.util.Resetable |
reset |
| Field Detail |
protected HistoricalDataReport historyStats
| Constructor Detail |
public PriestVanTolStrategy()
| Method Detail |
public void eventOccurred(AuctionEvent event)
eventOccurred in interface AuctionEventListenereventOccurred in class MomentumStrategypublic void auctionOpen(AuctionOpenEvent event)
protected void adjustMargin()
adjustMargin in class MomentumStrategy
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||