Skip to content

Commit

Permalink
Update test/downstream/nllsopt.jl
Browse files Browse the repository at this point in the history
Co-authored-by: Christopher Rackauckas <[email protected]>
  • Loading branch information
Vaibhavdixit02 and ChrisRackauckas authored Nov 7, 2023
1 parent 169d5c2 commit 5d3ab7a
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion test/downstream/nllsopt.jl
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
using NonlinearSolve, Optimization, OptimizationNLopt, ForwardDiff
import FastLevenbergMarquardt, LeastSquaresOptim

true_function(x, θ) = @. θ[1] * exp(θ[2] * x) * cos(θ[3] * x + θ[4])

Expand Down

0 comments on commit 5d3ab7a

Please sign in to comment.