| Package | Description |
|---|---|
| org.spectrumauctions.sats.core.model.bvm | |
| org.spectrumauctions.sats.core.model.bvm.bvm | |
| org.spectrumauctions.sats.core.model.bvm.mbvm |
| Modifier and Type | Method and Description |
|---|---|
abstract BMBidderSetup |
BMBidderSetup.BMBidderSetupBuilder.build() |
| Modifier and Type | Method and Description |
|---|---|
List<BMBidder> |
BMWorld.createPopulation(BMBidderSetup bidderSetup) |
List<BMBidder> |
BMWorld.createPopulation(BMBidderSetup bidderSetup,
long seed) |
List<BMBidder> |
BMWorld.createPopulation(BMBidderSetup bidderSetup,
RNGSupplier rngSupplier) |
| Modifier and Type | Method and Description |
|---|---|
List<BMBidder> |
BMWorld.createPopulation(Collection<BMBidderSetup> bidderSetups) |
List<BMBidder> |
BMWorld.createPopulation(Collection<BMBidderSetup> bidderSetups,
long seed) |
List<BMBidder> |
BMWorld.createPopulation(Collection<BMBidderSetup> bidderSetups,
RNGSupplier rngSupplier) |
| Constructor and Description |
|---|
BMBidder(long population,
int bidderId,
BMWorld world,
BMBidderSetup setup,
UniformDistributionRNG rng)
Create a new bidder.
|
| Modifier and Type | Class and Description |
|---|---|
class |
BVMBidderSetup
A builder with default values of the base value model
|
| Modifier and Type | Class and Description |
|---|---|
class |
MBVMBidderSetup |
Copyright © 2017. All rights reserved.