You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When using DiskArrayEngine I get the following warning from Optimization:
I am not sure, where this is coming from directly.
┌ Warning: The selected optimization algorithm requires second order derivatives, but `SecondOrder` ADtype was not provided.
│ So a `SecondOrder` with ADTypes.AutoForwardDiff() 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.
└ @ OptimizationBase ~/.julia/packages/OptimizationBase/gvXsf/src/cache.jl:49
The text was updated successfully, but these errors were encountered:
When using DiskArrayEngine I get the following warning from Optimization:
I am not sure, where this is coming from directly.
The text was updated successfully, but these errors were encountered: