Package | Description |
---|---|
genius.core.boaframework | |
genius.core.representative | |
genius.core.uncertainty.flattening |
Modifier and Type | Method and Description |
---|---|
BidDetails |
OMStrategy.getBid(OutcomeSpace space,
Range range)
Returns a bid selected using the opponent model with a utility in the
given range.
|
java.util.List<BidDetails> |
SortedOutcomeSpace.getBidsinRange(Range r)
gets a list of BidDetails that have a utility within the range
|
java.util.List<BidDetails> |
OutcomeSpace.getBidsinRange(Range range)
Returns a list of bids (from possibleBids) that have a utility within the
given range.
|
Modifier and Type | Method and Description |
---|---|
java.util.List<java.util.List<BidDetails>> |
UncertainUtilitySpace.getBidsInRangeByUtilitySpace(Range range)
Returns a list of the size of the number of utility spaces each element of which is a list
of the bids in the range we want
|
Modifier and Type | Method and Description |
---|---|
java.util.List<java.util.List<BidDetails>> |
FlattenedUtilitySpace.getBidsInRangeByUtilitySpace(Range range)
Returns a list of the size of the number of utility spaces each element of which is a list
of the bids in the range we want
|