Skip to content

Commit

Permalink
Refactor.
Browse files Browse the repository at this point in the history
Signed-off-by: parvy <pierre.arvy@artelys.com>
  • Loading branch information
p-arvy committed Feb 19, 2024
1 parent 9099fe6 commit 2b6142c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions open-reac/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -333,8 +333,8 @@ The objective function also depends on parameters specified by the user (see [3.
The `objective_choice` parameter modifies the values of penalties $\beta_1$, $\beta_2$, and $\beta_3$ in the objective function.
Specifically, if `objective_choice` takes on:
- $0$, the minimization of active power production $\sum\limits_{i,g}\boldsymbol{P_{i,g}}$ is prioritized.
- $1$, the minimization of $\sum\limits_{i} \boldsymbol{V_i}-(\rho V_i^{c,max} - (1-\rho)V_i^{c,min})^2$ is prioritized. The parameter $\rho$
equals the configurable parameter `ratio_voltage_target`.
- $1$, the minimization of $\sum\limits_{i} \boldsymbol{V_i}-(\rho V_i^{c,max} - (1-\rho)V_i^{c,min})^2$ is prioritized ($\rho$
equals the configurable parameter `ratio_voltage_target`).
- $2$, the minimization of $\sum\limits_{i} (\boldsymbol{V_i} - V_i^t)^2$ is prioritized.

The objective function of the ACOPF is:
Expand Down

0 comments on commit 2b6142c

Please sign in to comment.