The Gap
The heuristic battery dispatch rule is deliberately simple: charge when state-of-charge drops below 40%, discharge when there's a deficit. It works — but how much better could you do? Backward dynamic programming with perfect foresight over the full year provides the theoretical upper bound. The gap between them is the value of intelligence.
Each configuration below shows heuristic vs. optimal unserved energy. The bigger the gap, the more a smarter dispatch policy could help — without adding a single megawatt of capacity.
The Forecast Question
Perfect foresight is a theoretical construct — nobody knows the full year of weather ahead of time. The real question is: how much forecast do you actually need? Receding-horizon optimization with limited lookahead reveals the answer.
For the 70 GW gas + 120 GWh storage configuration, here's what happens as you extend the forecast window from zero (heuristic) through 6, 12, 24, and 48 hours, all the way to perfect foresight:
Model: backward dynamic programming (perfect foresight) and receding-horizon DP (limited forecast). Hourly resolution, 8,760 timesteps. 70% RE scenario, 15 GW DC solar. Battery: 90% round-trip efficiency, 1C charge/discharge rate. Heuristic: charge from gas when SOC < 40%, discharge when demand exceeds supply.
What This Means
The optimization is dynamic programming, not machine learning. No training data, no neural networks, no gradient descent. It's classical operations research applied to battery dispatch — a technique from the 1950s. The value comes from the math, not the buzzword.
The heuristic charges from gas only below 40% SOC. The optimizer learns to pre-charge before forecast wind drops and hold reserve for evening peaks. These are simple rules that could be implemented without DP — the optimization just reveals what the rules should be.
Dispatch policy fidelity matters as much as capacity fidelity. Smarter dispatch doesn't replace gas capacity, but it wrings more value from the storage you already have. Getting the "how much to build" question right is half the job. The other half is operating it well.