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 8ffa18b commit 7878d06Copy full SHA for 7878d06
lib/OptimizationBase/src/cache.jl
@@ -92,6 +92,8 @@ function SciMLBase.__init(prob::SciMLBase.OptimizationProblem, opt;
92
kwargs...)
93
end
94
95
+SciMLBase.isinplace(::OptimizationCache{o, iip}) where {o, iip} = iip
96
+
97
# Wrapper for fields that may change in `reinit!(cache)` of a cache.
98
mutable struct ReInitCache{uType, P}
99
u0::uType
0 commit comments