Skip to content

Commit

Permalink
Update src/cache.jl
Browse files Browse the repository at this point in the history
  • Loading branch information
Vaibhavdixit02 authored Oct 5, 2024
1 parent f5a16b6 commit 40208b6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/cache.jl
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ function OptimizationCache(prob::SciMLBase.OptimizationProblem, opt;
(SciMLBase.requireshessian(opt) || SciMLBase.requiresconshess(opt) ||
SciMLBase.requireslagh(opt))
@warn "The selected optimization algorithm requires second order derivatives, but `SecondOrder` ADtype was not provided.
So a `SecondOrder` with $adtype for both inner and outer will be creates, this can be suboptimal and not work in all cases so
So a `SecondOrder` with $adtype for both inner and outer will be created, this can be suboptimal and not work in some cases so
an explicit `SecondOrder` ADtype is recommended."
end

Expand Down

0 comments on commit 40208b6

Please sign in to comment.