Skip to content

Commit

Permalink
pass options arg through to fminbox (#642)
Browse files Browse the repository at this point in the history
  • Loading branch information
noahstier authored and pkofod committed Jun 28, 2018
1 parent 9c812f5 commit a61b5d4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/multivariate/solvers/constrained/fminbox.jl
Original file line number Diff line number Diff line change
Expand Up @@ -151,7 +151,7 @@ function optimize(f,
options = Options(); inplace = true, autodiff = :finite) where T<:AbstractFloat

od = OnceDifferentiable(f, initial_x, zero(T); autodiff = autodiff)
optimize(od, l, u, initial_x, F)
optimize(od, l, u, initial_x, F, options)
end

function optimize(
Expand Down

0 comments on commit a61b5d4

Please sign in to comment.