Uses of Class
org.spectrumauctions.sats.core.model.srvm.SRVMWorld
-
Packages that use SRVMWorld Package Description org.spectrumauctions.sats.core.model.srvm -
-
Uses of SRVMWorld in org.spectrumauctions.sats.core.model.srvm
Methods in org.spectrumauctions.sats.core.model.srvm that return SRVMWorld Modifier and Type Method Description SRVMWorldSingleRegionModel. createWorld(RNGSupplier worldSeed)SRVMWorldSRVMBand. getWorld()SRVMWorldSRVMBidder. getWorld()SRVMWorldSRVMLicense. getWorld()Methods in org.spectrumauctions.sats.core.model.srvm with parameters of type SRVMWorld Modifier and Type Method Description java.util.List<SRVMBidder>SingleRegionModel. createPopulation(SRVMWorld world, RNGSupplier populationRNG)java.util.HashMap<SRVMBand,java.math.BigDecimal>SRVMBidderSetup. drawBaseValues(SRVMWorld world, java.math.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.java.math.BigDecimalSRVMBidderSetup. drawBidderStrength(SRVMWorld world, RNGSupplier rngSupplier)java.math.BigDecimalSRVMBidderSetup. drawInterBandSynergyFactor(SRVMWorld world, RNGSupplier rngSupplier)java.util.HashMap<SRVMBand,java.math.BigDecimal>SRVMBidderSetup. drawIntraBandSynergyFactors(SRVMWorld world, RNGSupplier rngSupplier)java.util.HashMap<SRVMBand,java.lang.Integer>SRVMBidderSetup. drawSynergyThresholds(SRVMWorld world, RNGSupplier rngSupplier)Determines the synergy thresholds for a band.
-