Class MBVMBidderSetup

    • Field Detail

      • DEFAULT_SETUP_NAME

        public static final java.lang.String DEFAULT_SETUP_NAME
        See Also:
        Constant Field Values
    • Method Detail

      • drawPositiveValueThreshold

        public java.lang.Integer drawPositiveValueThreshold​(BMBand band,
                                                            UniformDistributionRNG rng)
        Read javadoc of superclass of explanation of this parameter. As there are no thresholds in the MBVM, this method always returns BMBand.getQuantity().
        Overrides:
        drawPositiveValueThreshold in class BMBidderSetup
        Returns:
        the threshold defining the quantity of licences per band, for which this bidder has a strictly positive value. For quantities exceeding this threshold, a bidder does not have additional value (free disposal).
      • getDefaultSetup

        public static MBVMBidderSetup getDefaultSetup​(int numberOfBidders)
        Returns:
        an unmodified default setup of the MBVM bidder without the possibility to further change it.