Patf
12-03-2003, 10:46 AM
Hello,
I have to find the solution of a non-linear multi-variable equation, and I have then to implement the algorithm in JAVA.
Thanks to this forum and Numerical Recipes book, I wanted to use the Levenberg-Marquard algorithm.
The problem is I have a constraint on one of my variables (one of the 5 variables must be superior to -0.1, and inferior to 0.1).
Could you help me, please? What algorithm can I use? Is that possible to adapt LM in order to force some variables to be in an interval of values?
:confused:
Thanks a lot,
Pascal
I have to find the solution of a non-linear multi-variable equation, and I have then to implement the algorithm in JAVA.
Thanks to this forum and Numerical Recipes book, I wanted to use the Levenberg-Marquard algorithm.
The problem is I have a constraint on one of my variables (one of the 5 variables must be superior to -0.1, and inferior to 0.1).
Could you help me, please? What algorithm can I use? Is that possible to adapt LM in order to force some variables to be in an interval of values?
:confused:
Thanks a lot,
Pascal