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.
|