We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 169d5c2 commit 5d3ab7aCopy full SHA for 5d3ab7a
test/downstream/nllsopt.jl
@@ -1,5 +1,4 @@
1
using NonlinearSolve, Optimization, OptimizationNLopt, ForwardDiff
2
-import FastLevenbergMarquardt, LeastSquaresOptim
3
4
true_function(x, θ) = @. θ[1] * exp(θ[2] * x) * cos(θ[3] * x + θ[4])
5
0 commit comments