We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f5a16b6 commit 40208b6Copy full SHA for 40208b6
src/cache.jl
@@ -46,7 +46,7 @@ function OptimizationCache(prob::SciMLBase.OptimizationProblem, opt;
46
(SciMLBase.requireshessian(opt) || SciMLBase.requiresconshess(opt) ||
47
SciMLBase.requireslagh(opt))
48
@warn "The selected optimization algorithm requires second order derivatives, but `SecondOrder` ADtype was not provided.
49
- 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
50
an explicit `SecondOrder` ADtype is recommended."
51
end
52
0 commit comments