Uses of Class
org.spectrumauctions.sats.core.model.bvm.BMBidder
-
Packages that use BMBidder Package Description org.spectrumauctions.sats.core.model.bvm org.spectrumauctions.sats.core.model.bvm.bvm org.spectrumauctions.sats.core.model.bvm.mbvm -
-
Uses of BMBidder in org.spectrumauctions.sats.core.model.bvm
Methods in org.spectrumauctions.sats.core.model.bvm that return types with arguments of type BMBidder Modifier and Type Method Description java.util.List<BMBidder>BMWorld. createPopulation(java.util.Collection<BMBidderSetup> bidderSetups)java.util.List<BMBidder>BMWorld. createPopulation(java.util.Collection<BMBidderSetup> bidderSetups, long seed)java.util.List<BMBidder>BMWorld. createPopulation(java.util.Collection<BMBidderSetup> bidderSetups, RNGSupplier rngSupplier)java.util.List<BMBidder>BMWorld. createPopulation(BMBidderSetup bidderSetup)java.util.List<BMBidder>BMWorld. createPopulation(BMBidderSetup bidderSetup, long seed)java.util.List<BMBidder>BMWorld. createPopulation(BMBidderSetup bidderSetup, RNGSupplier rngSupplier)java.util.List<BMBidder>BMWorld. restorePopulation(long populationId)Methods in org.spectrumauctions.sats.core.model.bvm with parameters of type BMBidder Modifier and Type Method Description static GenericSizeOrderedSizeOrderedGenericFactory. getSizeOrderedGenericLang(boolean increasing, BMBidder bidder)static GenericPowersetSizeOrderedGenericPowersetFactory. getSizeOrderedGenericLang(boolean increasing, BMBidder bidder)static XORQRandomOrderSimpleRandomOrderXORQFactory. getXORQRandomOrderSimpleLang(BMBidder bidder)static XORQRandomOrderSimpleRandomOrderXORQFactory. getXORQRandomOrderSimpleLang(BMBidder bidder, RNGSupplier rngSupplier) -
Uses of BMBidder in org.spectrumauctions.sats.core.model.bvm.bvm
Methods in org.spectrumauctions.sats.core.model.bvm.bvm that return types with arguments of type BMBidder Modifier and Type Method Description java.util.List<BMBidder>BaseValueModel. createPopulation(BMWorld world, RNGSupplier populationRNG) -
Uses of BMBidder in org.spectrumauctions.sats.core.model.bvm.mbvm
Methods in org.spectrumauctions.sats.core.model.bvm.mbvm that return types with arguments of type BMBidder Modifier and Type Method Description java.util.List<BMBidder>MultiBandValueModel. createPopulation(BMWorld world, RNGSupplier populationRNG)
-