public class BSPredictor
extends java.lang.Object
Constructor and Description |
---|
BSPredictor(NegotiationSession negoSession,
int numberOfWindows)
Initializes the amount of windows and sets the negotiation session.
|
Modifier and Type | Method and Description |
---|---|
StrategyTypes |
calculateOpponentStrategy()
Predict the strategy of the opponent.
|
public BSPredictor(NegotiationSession negoSession, int numberOfWindows)
negoSession
- the negotiation environmentnumberOfWindows
- the total amount of windowpublic StrategyTypes calculateOpponentStrategy()