Constrained Parameters on Nonlinear Least Squares fitting #21
Replies: 2 comments
-
Transferred to SciML/NonlinearSolve.jl#575 |
Beta Was this translation helpful? Give feedback.
0 replies
-
Note that the answer is that for now you'll need to use Optimization.jl constrained optimization. So I'm interpreting this as a feature request that we'll handle. |
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
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
I am attempting to fit a correlation function. I found a great example of using
NonLinearLeastSquaresProblem
, which I'll repeat hereThe problem is that I do not know how to give constraints to the allowed parameters to search over ( or fix one of the parameters if I know if for example).
In
LsqFit.jl
, this is accomplished by aupper
andlower
keyword. I'm wondering if there's anything similar?BTW: The form hopefully doesn't matter, but including it for completion. The issue is that there is finite frequency data I am trying to capture and a least-squares fit erases that. If there's a suggestion for a better way to be searching, then I'd be very appreciative.
Beta Was this translation helpful? Give feedback.
All reactions