Fairness in Robust Unit Commitment Problem Considering Suppression of Renewable Energy

This paper proposes the RE-RPfair model, an extension of the Renewable Energy Robust Optimization Problem, which incorporates the Gini Index to ensure fair allocation of renewable energy suppression among PV sources while addressing uncertainties in unit commitment.

Ichiro Toyoshima, Pierre-Louis Poirion, Tomohide Yamazaki, Kota Yaguchi, Masayuki Kubota, Ryota Mizutani, Akiko Takeda

Published Wed, 11 Ma
📖 5 min read🧠 Deep dive

Here is an explanation of the paper, translated into simple language with everyday analogies.

The Big Picture: The "Tug-of-War" of Power

Imagine a power company is like a restaurant manager trying to plan the kitchen for the next day. They have to decide:

  1. Which ovens (thermal generators) to turn on.
  2. How much food to cook.
  3. How to handle the fact that they don't know exactly how many customers will show up (electricity demand) or how much "free food" (solar power) they might get from a neighbor.

The problem is that solar power is unpredictable. Sometimes the sun shines brightly (lots of free energy), and sometimes it's cloudy (little energy). If there is too much solar power and not enough demand, the grid gets overloaded. To keep the lights on safely, the manager has to tell some solar farms to turn down their output (a process called "curtailment" or "suppression").

The Old Problem: The "Unfair Lunch"

In the past, the manager used a computer program (called Unit Commitment) to make these decisions. The goal was simply to save money on fuel.

However, this created a fairness problem. Imagine three solar farms (PV1, PV2, and PV3) all sending power to the grid. To save money, the old computer program might decide:

  • "We'll shut down PV1 completely today."
  • "We'll shut down PV2 completely today."
  • "We'll let PV3 run at full power."

Even though PV1 and PV2 lost all their income for the day, and PV3 made a fortune, the computer didn't care. It just wanted the cheapest fuel bill. In a deregulated market where solar farms are owned by different people (not the power company), this feels like unfairness. If owners feel treated unfairly, they might quit the market entirely.

The New Solution: The "Fairness Penalty"

The authors of this paper (from Toshiba and RIKEN) proposed a new, smarter computer program called RE-RPfair.

Think of this new program as a strict referee who adds a new rule: "You can save money, but you must share the burden of turning off the lights equally."

Here is how they did it:

  1. The Goal: Minimize the total cost of running the power plant.
  2. The Twist: They added a "Fairness Penalty" to the math.
    • Imagine the solar farms are students in a class. The goal is to make sure every student gets roughly the same amount of "homework" (being turned off).
    • If one student gets 100% of the homework and the others get 0%, the "Fairness Penalty" score goes up.
    • Since the computer wants to keep the total score (cost + penalty) as low as possible, it is forced to spread the "turning off" duties evenly among all solar farms.

The Secret Sauce: The "Gini Index"

How do you measure fairness mathematically? The authors used a famous tool from economics called the Gini Index.

  • 0 means everyone is exactly equal (perfect fairness).
  • 1 means one person has everything and everyone else has nothing (total unfairness).

Usually, the Gini Index is hard to use in computer math because it requires sorting numbers, which breaks the math formulas. The authors found a clever workaround: they used a simpler math trick (summing up the differences from the average) that acts just like the Gini Index but is easy for the computer to solve.

The Result: A Fairer Grid

The team tested their new model on a simulated island power grid (like Miyako Island in Japan). They compared the old "Money-Only" model against their new "Fairness" model.

  • The Old Model: One solar farm got shut down 90% of the time, while another got shut down only 10%. The Gini Index (unfairness score) was high.
  • The New Model: The shut-downs were spread out. Every solar farm got turned off roughly the same amount of time. The Gini Index dropped significantly.

The Best Part: The new model didn't cost much more money to run. The "penalty" for being fair was so small that it barely affected the total bill, but it made a huge difference in how fair the system felt to the solar owners.

Summary Analogy

Imagine a group of friends going on a road trip where they have to take turns driving the car.

  • The Old Way: The friend with the cheapest gas card drives the whole way, and the others never drive. It's efficient, but the others get bored and angry.
  • The New Way (RE-RPfair): The computer calculates the route to save gas, but it also ensures that everyone drives for roughly the same amount of time. It might add a tiny bit of extra distance to make sure everyone gets a turn, but everyone leaves the trip happy and feeling treated fairly.

This paper proves that we can build power grids that are not only efficient and safe but also fair to the renewable energy owners who keep the system running.