| Modifier and Type | Interface and Description |
|---|---|
interface |
BidderSpecificGeneric<T extends GenericDefinition> |
interface |
GenericLang<T extends GenericDefinition> |
| Modifier and Type | Class and Description |
|---|---|
class |
GenericSizeDecreasing<T extends GenericDefinition> |
class |
GenericSizeIncreasing<T extends GenericDefinition> |
class |
GenericSizeOrdered<T extends GenericDefinition> |
| Modifier and Type | Class and Description |
|---|---|
class |
XORQRandomOrderSimple<T extends GenericDefinition> |
| Modifier and Type | Class and Description |
|---|---|
class |
GenericPowerset<T extends GenericDefinition> |
class |
GenericPowersetDecreasing<T extends GenericDefinition> |
class |
GenericPowersetIncreasing<T extends GenericDefinition>
Iterates over the Powerset of Generic Values.
Attention, this is not suitable for very big models, as this implementation will get very very slow for large bundle sizes. |
| Modifier and Type | Interface and Description |
|---|---|
interface |
BidderSpecificXOR<T extends Good> |
interface |
XORLanguage<T extends Good> |
| Modifier and Type | Class and Description |
|---|---|
class |
DecreasingSizeOrderedXOR<T extends Good> |
class |
IncreasingSizeOrderedXOR<T extends Good> |
class |
SizeBasedUniqueRandomXOR<T extends Good> |
class |
SizeOrderedXOR<T extends Good> |
| Modifier and Type | Method and Description |
|---|---|
<T extends BiddingLanguage> |
Bidder.getValueFunction(Class<T> type)
Use this method to get a desired value function representation (bidding language)
for this bidder.
|
abstract <T extends BiddingLanguage> |
Bidder.getValueFunction(Class<T> type,
long seed)
Use this method to get a desired value function representation (bidding language)
for this bidder.
|
| Modifier and Type | Method and Description |
|---|---|
<T extends BiddingLanguage> |
BMBidder.getValueFunction(Class<T> clazz,
long seed) |
| Modifier and Type | Method and Description |
|---|---|
<T extends BiddingLanguage> |
CATSBidder.getValueFunction(Class<T> clazz,
long seed) |
| Modifier and Type | Method and Description |
|---|---|
<T extends BiddingLanguage> |
GSVMBidder.getValueFunction(Class<T> clazz,
long seed) |
| Modifier and Type | Method and Description |
|---|---|
<T extends BiddingLanguage> |
LSVMBidder.getValueFunction(Class<T> clazz,
long seed) |
| Modifier and Type | Method and Description |
|---|---|
<T extends BiddingLanguage> |
MRVMRegionalBidder.getValueFunction(Class<T> type,
long seed) |
<T extends BiddingLanguage> |
MRVMNationalBidder.getValueFunction(Class<T> type,
long seed) |
<T extends BiddingLanguage> |
MRVMLocalBidder.getValueFunction(Class<T> type,
long seed) |
<T extends BiddingLanguage> |
MRVMBidder.getValueFunction(Class<T> clazz,
long seed) |
| Modifier and Type | Method and Description |
|---|---|
<T extends BiddingLanguage> |
SRVMBidder.getValueFunction(Class<T> clazz,
long seed) |
Copyright © 2017. All rights reserved.