Skip to content

Commit 5d3ab7a

Browse files
Update test/downstream/nllsopt.jl
Co-authored-by: Christopher Rackauckas <accounts@chrisrackauckas.com>
1 parent 169d5c2 commit 5d3ab7a

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

test/downstream/nllsopt.jl

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
11
using NonlinearSolve, Optimization, OptimizationNLopt, ForwardDiff
2-
import FastLevenbergMarquardt, LeastSquaresOptim
32

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

0 commit comments

Comments
 (0)