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 b980305 commit 2e46ca1Copy full SHA for 2e46ca1
lib/OptimizationManopt/src/OptimizationManopt.jl
@@ -238,10 +238,9 @@ function SciMLBase.requiresgradient(opt::Union{
238
AdaptiveRegularizationCubicOptimizer, TrustRegionsOptimizer})
239
true
240
end
241
-# TODO: WHY? they both still accept not passing it
242
function SciMLBase.requireshessian(opt::Union{
243
244
- true
+ false
245
246
247
function build_loss(f::OptimizationFunction, prob, cb)
0 commit comments