public interface BalancingMarket
| Modifier and Type | Method and Description |
|---|---|
Double |
getBalancingCost()
Returns the per-timeslot charge for running the balancing market
|
double |
getDefaultSpotPrice()
Returns the value used for spot price per MWh if unavailable from
wholesale market.
|
double |
getMarketBalance(org.powertac.common.Broker broker)
Returns the market balance for a given broker.
|
double |
getPMinusPrime()
Returns the slope of cost curve for down-regulation.
|
double |
getPPlusPrime()
Returns the slope of cost curve for up-regulation.
|
double |
getRegulation(org.powertac.common.Broker broker)
Returns the net regulation energy (positive for up-regulation,
negative for down-regulation) for a given broker.
|
double getMarketBalance(org.powertac.common.Broker broker)
double getRegulation(org.powertac.common.Broker broker)
double getPPlusPrime()
double getPMinusPrime()
Double getBalancingCost()
double getDefaultSpotPrice()
Copyright © 2016 Power TAC. All Rights Reserved.