-
Notifications
You must be signed in to change notification settings - Fork 12
Add monitoring and full parameters mapping to Rao api #961
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
base: main
Are you sure you want to change the base?
Conversation
Still missing :
|
9c98c64
to
e88c133
Compare
681fdf6
to
6be5ca2
Compare
2ee16e3
to
0f18527
Compare
@HugoKulesza Following changes of rao version dependency, there is some rework to do on the mapping to handle the new RaoParameters. We are moving release target to 06/25. |
0f18527
to
4b23686
Compare
Monitoring run wrapping. Signed-off-by: Bertrand Rix <[email protected]> Map ObjectiveFunctionParameters. Signed-off-by: Bertrand Rix <[email protected]> Fully map RaoParameters. Signed-off-by: Bertrand Rix <[email protected]> Update test. Signed-off-by: Bertrand Rix <[email protected]> Clean. Signed-off-by: Bertrand Rix <[email protected]> Clean. Signed-off-by: Bertrand Rix <[email protected]> Finish mapping angle monitoring. Signed-off-by: Bertrand Rix <[email protected]> Unsigned char instead of bool. Signed-off-by: Bertrand Rix <[email protected]> Try some explcit parameter setting. Signed-off-by: Bertrand Rix <[email protected]> more parameters Signed-off-by: Bertrand Rix <[email protected]> Introduce parameter base. Signed-off-by: Bertrand Rix <[email protected]> Support load flow and sensitivity parameters within rao parameters. Signed-off-by: Bertrand Rix <[email protected]> No pointer for base. Signed-off-by: Bertrand Rix <[email protected]> Correctly handle destruction of sensi parameters and rao parameters. Signed-off-by: Bertrand Rix <[email protected]> Clean. Signed-off-by: Bertrand Rix <[email protected]> Support predefined combinations parameters and correctly free rao parameters memory. Signed-off-by: Bertrand Rix <[email protected]> Clean monitoring api. Signed-off-by: Bertrand Rix <[email protected]> Fix type check. Signed-off-by: Bertrand Rix <[email protected]> Rename parameter base to provider parameters. Signed-off-by: Bertrand Rix <[email protected]> Rename attributes and function parameters. Signed-off-by: Bertrand Rix <[email protected]> Clean Signed-off-by: Bertrand Rix <[email protected]>
Signed-off-by: Bertrand Rix <[email protected]>
4b23686
to
2110aa4
Compare
…ngly define the artefact name. Signed-off-by: Bertrand Rix <[email protected]>
|
|
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?
Fully map the rao parameters, and add mapping for rao result monitoring.
Does this PR introduce a new Powsybl Action implying to be implemented in simulators or pypowsybl?
What is the current behavior?
What is the new behavior (if this is a feature change)?
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: