Skip to content

Commit

Permalink
Update OptimizationBBO.jl
Browse files Browse the repository at this point in the history
Removed redundant traits declared.
  • Loading branch information
ParasPuneetSingh authored Mar 13, 2024
1 parent 3ae278f commit 4887714
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions lib/OptimizationBBO/src/OptimizationBBO.jl
Original file line number Diff line number Diff line change
Expand Up @@ -9,10 +9,7 @@ abstract type BBO end
SciMLBase.requiresbounds(::BBO) = true
SciMLBase.allowsbounds(::BBO) = true
SciMLBase.supports_opt_cache_interface(opt::BBO) = true
SciMLBase.requiresgradient(::BBO) = false
SciMLBase.requireshessian(::BBO) = false
SciMLBase.requiresconsjac(::BBO) = false
SciMLBase.requiresconshess(::BBO) = false



for j in string.(BlackBoxOptim.SingleObjectiveMethodNames)
Expand Down

0 comments on commit 4887714

Please sign in to comment.