| Package | Description |
|---|---|
| org.spectrumauctions.sats.core.model.srvm |
| Modifier and Type | Method and Description |
|---|---|
SRVMWorld |
SingleRegionModel.createWorld(RNGSupplier worldSeed) |
SRVMWorld |
SRVMLicense.getWorld() |
SRVMWorld |
SRVMBidder.getWorld() |
SRVMWorld |
SRVMBand.getWorld() |
| Modifier and Type | Method and Description |
|---|---|
List<SRVMBidder> |
SingleRegionModel.createPopulation(SRVMWorld world,
RNGSupplier populationRNG) |
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. |
BigDecimal |
SRVMBidderSetup.drawBidderStrength(SRVMWorld world,
RNGSupplier rngSupplier) |
BigDecimal |
SRVMBidderSetup.drawInterBandSynergyFactor(SRVMWorld world,
RNGSupplier rngSupplier) |
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.
|
Copyright © 2017. All rights reserved.