Talk:Game Design

From powerwiki
Revision as of 04:28, 22 November 2010 by Grampajohn (talk | contribs) (Prices for external balancing: new section)
Jump to: navigation, search

Sequence of days for timeline

I suggest that we think about the pattern of weekdays/weekends when deciding on which days to simulate. If we skip by a multiple of 7, then every day would be the same day of week; if we skip by 8, we would have a cycle of 5 weekdays and 2 weekend days. If we skip by 12, we would have a cycle of M-Sat-Th-Tu-Sun-Fri-W so weeks would alternate between 4 days and 3 days. Would it be better to just pre-select the days to get something consistent like 4-day weeks with one weekend day? Grampajohn 18:09, November 3, 2010 (UTC)

I do like the idea of having a consistent number of week days and weekends periodically. Skip by 8 seems like a good way to do this. The only drawback, compared to skipping by 12 days, is that we will only be able to simulate about 1.3 years instead of 2 years, so we may not capture seasonal dynamics as well. We could also skip by 15 and get the same 5+2 pattern and simulate a longer time overall. But, would only two days per month be too sparse a sample? PReddy 18:19, November 3, 2010 (UTC)
A cycle of 12,12,12,13,12,12,12,13,... gives you a 49-day cycle that could run FWMSFWMS...
Grampajohn 21:04, November 3, 2010 (UTC)

Blueprints needed for each of the "Major Scenarios"

Once we understand how the game progresses in enough detail to understand how the game works, we need to take each of the scenarios and detail them in enough technical detail to begin writing an implementation. As these are written, the scenarios need to link to the blueprints so we know they are done. Grampajohn 14:20, November 4, 2010 (UTC)

What is the initial state of the market?

I have heard two proposals for the "initial state" of the market:

  1. All customers are subscribed to "generic" fixed-price tariffs, which are evenly distributed among the competing Brokers. Each Broker must immediately begin serving its portfolio, while it develops and offers new tariffs, and negotiates contracts with larger customers.
  2. Brokers begin with no tariffs, but instead the Distribution Utility holds fixed-price tariffs with all customers. This is a typical state for a new retail market - see Joskow's "Lessons Learned" paper for examples. The key is that the "default" tariffs are fairly unattractive.

In the first case, the Broker may need some leadtime, perhaps 24 hours, to retrieve forecasts and build up a market position in the wholesale market before it must serve its load base.

Grampajohn 23:53, November 7, 2010 (UTC)

After discussion among Wolf, Carsten, Prashant, John, and the Minnesota group, we have decided that for the first year's competition we will take the second approach - brokers start with empty portfolios, and must attract customers away from the "incumbent."

--Grampajohn 05:26, 22 November 2010 (CET)

RTD and RTC modeling

(JDcosta asks: Is the Execution (shorter time interval) and the Contracting (relatively longer look-ahead time horizon) identifiable with the Real Time Dispatch (RTD) over 5-10 minute interval) and Real Time Commitment (RTC over a 1-3 hr ) in a Real Time (as well as a Day -Ahead scheduling optimized over hourly intervals over a 24 hr period ) Market operation of a market design referenced on (for example) page 1964 of the reading material assigned for today's meetup (Chow et al)? (except perhaps for convolution with a time contraction/dialation operator to adjust for the relative differences in the magnitudes of the time periods involved in the proposed Game Design and the Market Design presented in the paper) [1]

No, we are abstracting away this distinction for the simulation. Because we are concentrating on the distribution side of the market, the only effect of RTD is (potentially) some short-term price variations. However, the simulation is running a one-hour timeslot in 5 seconds, so a resolution of 10 minutes is unrealistic. We treat the one-hour timeslots as discrete quanta, and only balance overall supply and demand over the full timeslot.

Grampajohn 04:04, November 8, 2010 (UTC)

Prices for external balancing

[mdeweerdt:] For a good "mechanism design" we first need to come up with some properties that we would like to the mechanism and the imbalance penalty/fee to have. Do you agree with the following?

  1. Brokers should have an incentive to balance, so their profit from any imbalance should not be greater than the penalty.
  2. The imbalance penalty should realistically be sufficient to "repair" the imbalance.

Can you think of additional requirements?

For 1, to bound the profit from imbalances, we could consider an excess and a shortage of power separately.
A broker with a shortage has sold power he does not have. His profit is the price at which he sold. This price is bounded above by the maximum over all consumers of the private value they have for power. The penalty can thus be taken accordingly.
A broker with an excess has bought power but failed to sell it. I don't think we need a penalty here for 1.

For 2, I could ask my colleagues at electrical engineering, if you think it is relevant.

These ideas should now be converted to a dynamic setting, and I believe we could give a short proof on 1.

Mdeweerdt 19:58, November 16, 2010 (UTC)