Parameter tuning for more precision solution #611
Closed
roccafrancesco
started this conversation in
General
Replies: 2 comments
-
You can set |
Beta Was this translation helpful? Give feedback.
0 replies
-
thank you |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hello
Is it possible to use this algorithm alone with more precision? Is there a way to rescale all parameters according the eps?
The question is especially relevant if you intend to use this algorithm within any Sequential quadratic solver.
Many problems require precisions of the order 10e-9
Fra
P.S. A Java version, based on paper:"An Operator Splitting Solver for Quadratic Programs(Bartolomeo Stellato, Goran Banjac, Paul Goulart, Alberto Bemporad, Stephen Boyd,February 13 2020) is present on github at link:
https://github.com/Hipparchus-Math/hipparchus/blob/master/hipparchus-optim/src/main/java/org/hipparchus/optim/nonlinear/vector/constrained/ADMMQPOptimizer.java
The code is first issue but thanks to it the development of a module for constrained nonlinear optimization has begun.
Beta Was this translation helpful? Give feedback.
All reactions