| Package | Description |
|---|---|
| org.spectrumauctions.sats.core.model.srvm |
| Modifier and Type | Method and Description |
|---|---|
SRVMBand |
SRVMLicense.getBand() |
| Modifier and Type | Method and Description |
|---|---|
HashMap<SRVMBand,BigDecimal> |
SRVMBidderSetup.drawBaseValues(SRVMWorld world,
BigDecimal bidderStrength,
RNGSupplier rngSupplier)
Determines the Base Values for the band.
The base values are computed by multiplying the meanBaseValue the bidderStrenght and a random influence parameter. |
HashMap<SRVMBand,BigDecimal> |
SRVMBidderSetup.drawIntraBandSynergyFactors(SRVMWorld world,
RNGSupplier rngSupplier) |
HashMap<SRVMBand,Integer> |
SRVMBidderSetup.drawSynergyThresholds(SRVMWorld world,
RNGSupplier rngSupplier)
Determines the synergy thresholds for a band.
|
Set<SRVMBand> |
SRVMWorld.getBands() |
static GenericPowerset<SRVMBand> |
SizeOrderedGenericPowersetFactory.getSizeOrderedGenericLang(boolean increasing,
SRVMBidder bidder) |
static GenericSizeOrdered<SRVMBand> |
SizeOrderedGenericFactory.getSizeOrderedGenericLang(boolean increasing,
SRVMBidder bidder) |
| Modifier and Type | Method and Description |
|---|---|
BigDecimal |
SRVMBidder.calculateValue(Map<SRVMBand,Integer> genericQuantities) |
Copyright © 2017. All rights reserved.