public static final class BVMBidderSetup.BVMBidderSetupBuilder extends BMBidderSetup.BMBidderSetupBuilder
baseValueIntervals, positiveValueThresholdIntervals, synFactors| Constructor and Description |
|---|
BVMBidderSetupBuilder(String setupName,
int numberOfBidders) |
| Modifier and Type | Method and Description |
|---|---|
BVMBidderSetup |
build()
Creates a new BidderSetup instance which can then be used to create a new population
|
void |
putValueThresholdInterval(String bandName,
IntegerInterval interval)
See
BMBidderSetup.drawPositiveValueThreshold(BMBand, UniformDistributionRNG) for the explanation of this parameter. |
IntegerInterval |
removeValueThresholdInterval(String bandName)
See
BMBidderSetup.drawPositiveValueThreshold(BMBand, UniformDistributionRNG) for the explanation of this parameter. |
getBaseValueIntervals, getPositiveValueThresholdIntervals, getSynFactors, putBaseValueInterval, putSynergyFactors, removeBaseValueInterval, removeSynergyFactorgetNumberOfBidders, getSetupName, setNumberOfBidders, setSetupNamepublic BVMBidderSetupBuilder(String setupName, int numberOfBidders)
public void putValueThresholdInterval(String bandName, IntegerInterval interval)
BMBidderSetup.BMBidderSetupBuilderBMBidderSetup.drawPositiveValueThreshold(BMBand, UniformDistributionRNG) for the explanation of this parameter.putValueThresholdInterval in class BMBidderSetup.BMBidderSetupBuilderpublic IntegerInterval removeValueThresholdInterval(String bandName)
BMBidderSetup.BMBidderSetupBuilderBMBidderSetup.drawPositiveValueThreshold(BMBand, UniformDistributionRNG) for the explanation of this parameter.removeValueThresholdInterval in class BMBidderSetup.BMBidderSetupBuilderpublic BVMBidderSetup build()
BidderSetup.Builderbuild in class BMBidderSetup.BMBidderSetupBuilderBMBidderSetupBuilder#build()Copyright © 2017. All rights reserved.