| Modifier and Type | Field and Description |
|---|---|
protected Map<String,IntegerInterval> |
BMBidderSetup.positiveValueThresholdIntervals |
protected Map<String,IntegerInterval> |
BMBidderSetup.BMBidderSetupBuilder.positiveValueThresholdIntervals |
| Modifier and Type | Method and Description |
|---|---|
protected IntegerInterval |
BMBidderSetup.BMBidderSetupBuilder.removeValueThresholdInterval(String bandName)
See
BMBidderSetup.drawPositiveValueThreshold(BMBand, UniformDistributionRNG) for the explanation of this parameter. |
| Modifier and Type | Method and Description |
|---|---|
Map<String,IntegerInterval> |
BMBidderSetup.BMBidderSetupBuilder.getPositiveValueThresholdIntervals()
See
BMBidderSetup.drawPositiveValueThreshold(BMBand, UniformDistributionRNG) for the explanation of this parameter. |
| Modifier and Type | Method and Description |
|---|---|
protected void |
BMBidderSetup.BMBidderSetupBuilder.putValueThresholdInterval(String bandName,
IntegerInterval interval)
See
BMBidderSetup.drawPositiveValueThreshold(BMBand, UniformDistributionRNG) for the explanation of this parameter. |
| Modifier and Type | Method and Description |
|---|---|
IntegerInterval |
BVMBidderSetup.BVMBidderSetupBuilder.removeValueThresholdInterval(String bandName) |
| Modifier and Type | Method and Description |
|---|---|
void |
BVMBidderSetup.BVMBidderSetupBuilder.putValueThresholdInterval(String bandName,
IntegerInterval interval) |
| Modifier and Type | Method and Description |
|---|---|
void |
CATSWorldSetup.Builder.setNumberOfColumnsInterval(IntegerInterval numberOfColumnsInterval) |
void |
CATSWorldSetup.Builder.setNumberOfGoodsInterval(IntegerInterval NumberOfGoodsInterval) |
void |
CATSWorldSetup.Builder.setNumberOfRowsInterval(IntegerInterval numberOfRowsInterval) |
| Modifier and Type | Method and Description |
|---|---|
void |
GSVMWorldSetup.GSVMWorldSetupBuilder.setSizeInterval(IntegerInterval sizeInterval) |
| Modifier and Type | Method and Description |
|---|---|
void |
LSVMWorldSetup.LSVMWorldSetupBuilder.createGridSizeRandomly(IntegerInterval numberOfRows,
IntegerInterval numberOfColumns) |
void |
LSVMWorldSetup.LSVMWorldSetupBuilder.setNumberOfColumnsInterval(IntegerInterval numberOfColumns) |
void |
LSVMWorldSetup.LSVMWorldSetupBuilder.setNumberOfRowsInterval(IntegerInterval numberOfRows) |
| Modifier and Type | Method and Description |
|---|---|
void |
MRVMWorldSetup.MRVMWorldSetupBuilder.changeNumberOfLots(String bandName,
IntegerInterval numberOfLots) |
void |
MRVMWorldSetup.MRVMWorldSetupBuilder.createGraphRandomly(IntegerInterval numberOfRegions,
IntegerInterval averageOfAdjacenciesPerRegion,
double populationPerRegionMean,
double populationPerRegionStandardDeviation) |
static org.jgrapht.UndirectedGraph<MRVMWorldSetup.RegionSetup,org.jgrapht.graph.DefaultEdge> |
MRVMWorldSetup.nonPlanarRandomGraphStructure(double populationPerRegionMean,
double populationStandardDeviation,
UniformDistributionRNG rng,
IntegerInterval numberOfRegionsInterval,
IntegerInterval averageAdjacenciesPerRegionInterval)
Deprecated.
|
void |
MRVMLocalBidderSetup.Builder.setNumberOfRegionsInterval(IntegerInterval numberOfRegionsInterval)
An interval used to determine the number of regions the bidder is interested in, see
MRVMLocalBidderSetup.drawRegionsOfInterest(MRVMWorld, UniformDistributionRNG)
If the parameter is set, regions of interest are randomly drawn,
and the predefined regions of interest are set to null (i.e., MRVMLocalBidderSetup.Builder.setPredefinedRegionsOfInterest(List) is called with parameter null). |
| Constructor and Description |
|---|
BandSetup(String name,
IntegerInterval numberOfLotsInterval,
DoubleInterval baseCapacity,
Function synergyfunction) |
BandSetup(String name,
IntegerInterval numberOfLotsInterval,
DoubleInterval baseCapacity,
com.google.common.collect.ImmutableMap<Integer,BigDecimal> synergies) |
| Modifier and Type | Field and Description |
|---|---|
Map<String,IntegerInterval> |
SRVMWorldSetup.Builder.bandDefinitions |
| Modifier and Type | Method and Description |
|---|---|
Map<String,IntegerInterval> |
SRVMWorldSetup.Builder.getBandDefinitions() |
| Modifier and Type | Method and Description |
|---|---|
void |
SRVMWorldSetup.Builder.putBand(String bandName,
IntegerInterval numberOfLicenses)
Define a new band to be generated as well as the number of licenses (drawn from interval, see
SRVMWorldSetup.defineBands(RNGSupplier)) |
| Modifier and Type | Method and Description |
|---|---|
int |
UniformJavaUtilRandomWrapper.nextInt(IntegerInterval interval) |
int |
UniformDistributionRNG.nextInt(IntegerInterval interval) |
Copyright © 2017. All rights reserved.