protected abstract static class GSVMBidderSetup.Builder extends BidderSetup.Builder
| Modifier and Type | Field and Description |
|---|---|
protected DoubleInterval |
highNationalValueInterval |
protected DoubleInterval |
lowNationalValueInterval |
protected DoubleInterval |
regionalValueInterval |
| Modifier | Constructor and Description |
|---|---|
protected |
Builder(String setupName,
int numberOfBidders,
DoubleInterval lnvi,
DoubleInterval hnvi,
DoubleInterval rvi) |
| Modifier and Type | Method and Description |
|---|---|
abstract GSVMBidderSetup |
build()
Creates a new BidderSetup instance which can then be used to create a new population
|
void |
setHighNationalValueInterval(DoubleInterval iv)
Set the value interval for the higher-valued part of the national circle
|
void |
setLowNationalValueInterval(DoubleInterval iv)
Set the value interval for the lower-valued part of the national circle
|
getNumberOfBidders, getSetupName, setNumberOfBidders, setSetupNameprotected DoubleInterval lowNationalValueInterval
protected DoubleInterval highNationalValueInterval
protected DoubleInterval regionalValueInterval
protected Builder(String setupName, int numberOfBidders, DoubleInterval lnvi, DoubleInterval hnvi, DoubleInterval rvi)
public void setLowNationalValueInterval(DoubleInterval iv)
iv - The value intervalpublic void setHighNationalValueInterval(DoubleInterval iv)
iv - The value intervalpublic abstract GSVMBidderSetup build()
BidderSetup.Builderbuild in class BidderSetup.BuilderCopyright © 2017. All rights reserved.