-
Notifications
You must be signed in to change notification settings - Fork 3
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add configurable scaling before ACOPF solving #62
Conversation
Signed-off-by: parvy <pierre.arvy@artelys.com>
Signed-off-by: parvy <pierre.arvy@artelys.com>
Signed-off-by: parvy <pierre.arvy@artelys.com>
Signed-off-by: parvy <pierre.arvy@artelys.com>
Signed-off-by: parvy <pierre.arvy@artelys.com>
Signed-off-by: parvy <pierre.arvy@artelys.com>
Signed-off-by: parvy <pierre.arvy@artelys.com>
Signed-off-by: parvy <pierre.arvy@artelys.com>
Signed-off-by: parvy <pierre.arvy@artelys.com>
Signed-off-by: parvy <pierre.arvy@artelys.com>
Signed-off-by: parvy <pierre.arvy@artelys.com>
Signed-off-by: parvy <pierre.arvy@artelys.com>
Signed-off-by: parvy <pierre.arvy@artelys.com>
Signed-off-by: parvy <pierre.arvy@artelys.com>
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Most of the review comments are typos.
The main question for me is about the test resource files that seem to vary with the optimization run. Can we avoid it?
open-reac/src/main/java/com/powsybl/openreac/parameters/input/OpenReacParameters.java
Outdated
Show resolved
Hide resolved
open-reac/src/main/java/com/powsybl/openreac/parameters/input/OpenReacParameters.java
Outdated
Show resolved
Hide resolved
open-reac/src/main/java/com/powsybl/openreac/parameters/input/OpenReacParameters.java
Outdated
Show resolved
Hide resolved
open-reac/src/main/java/com/powsybl/openreac/parameters/input/OpenReacParameters.java
Outdated
Show resolved
Hide resolved
open-reac/src/main/java/com/powsybl/openreac/parameters/input/OpenReacParameters.java
Outdated
Show resolved
Hide resolved
...c/src/main/java/com/powsybl/openreac/parameters/input/json/OpenReacParametersSerializer.java
Outdated
Show resolved
Hide resolved
...c/src/main/java/com/powsybl/openreac/parameters/input/json/OpenReacParametersSerializer.java
Outdated
Show resolved
Hide resolved
...src/main/java/com/powsybl/openreac/parameters/input/json/OpenReacParametersDeserializer.java
Outdated
Show resolved
Hide resolved
Signed-off-by: parvy <pierre.arvy@artelys.com>
Signed-off-by: parvy <pierre.arvy@artelys.com>
Signed-off-by: parvy <pierre.arvy@artelys.com>
Quality Gate passedIssues Measures |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks for your work! Regarding the test resources that are dependent on date, elapsed time, local directory, I agree that this could be dealt with in another PR.
Please check if the PR fulfills these requirements
Does this PR already have an issue describing the problem?
What kind of change does this PR introduce?
A scaling is added before ACOPF solving.
What is the current behavior?
No scaling is specified. So default scaling of the non-linear solver is applied before ACOPF solving.
What is the new behavior (if this is a feature change)?
A scaling is applied, with configurable values.
Does this PR introduce a breaking change or deprecate an API?
If yes, please check if the following requirements are fulfilled
What changes might users need to make in their application due to this PR? (migration steps)
Other information: