public class CATSWorldSetup extends Object
| Modifier and Type | Class and Description |
|---|---|
static class |
CATSWorldSetup.Builder |
| Modifier and Type | Method and Description |
|---|---|
double |
getAdditionalLocation() |
double |
getAdditivity() |
double |
getBudgetFactor() |
double |
getDeviation() |
double |
getJumpProbability() |
int |
getMaxSubstitutableBids() |
double |
getResaleFactor() |
boolean |
hasDefinedNumberOfGoodsInterval()
If the numberOfGoodsInterval is set, the number of rows and columns are ignored and the determination of those
falls back to the CATS definition (int) Math.floor(Math.sqrt(numberOfGoods)).
|
boolean |
useQuadraticPricingOption() |
public double getAdditivity()
public double getDeviation()
public double getAdditionalLocation()
public double getBudgetFactor()
public double getResaleFactor()
public double getJumpProbability()
public boolean hasDefinedNumberOfGoodsInterval()
public boolean useQuadraticPricingOption()
public int getMaxSubstitutableBids()
Copyright © 2018. All rights reserved.