Skip to content

Commit

Permalink
Update OptimizationOptimJL.jl
Browse files Browse the repository at this point in the history
  • Loading branch information
Vaibhavdixit02 authored Nov 18, 2023
1 parent a7ab9f1 commit 6e3dd66
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion lib/OptimizationOptimJL/src/OptimizationOptimJL.jl
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,6 @@ decompose_trace(trace::Optim.OptimizationTrace) = last(trace)
decompose_trace(trace::Optim.OptimizationState) = trace

SciMLBase.allowsconstraints(::IPNewton) = true
SciMLBase.requiresconstraints(::IPNewton) = true
SciMLBase.allowsbounds(opt::Optim.AbstractOptimizer) = true
SciMLBase.allowsbounds(opt::Optim.SimulatedAnnealing) = false
SciMLBase.requiresbounds(opt::Optim.Fminbox) = true
Expand Down

0 comments on commit 6e3dd66

Please sign in to comment.