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
Optimizers need access to dual space derivatives, and then the correct inner product should be used elsewhere, e.g. handing Riesz mapped derivatives to an optimizer doesn't work, #153. Currently ReducedFunctional.derivative and ReducedFunctional.hessian return Riesz mapped derivatives. This is worked around in #143 by discarding the return values and accessing adjoint variables directly.
The text was updated successfully, but these errors were encountered:
Optimizers need access to dual space derivatives, and then the correct inner product should be used elsewhere, e.g. handing Riesz mapped derivatives to an optimizer doesn't work, #153. Currently
ReducedFunctional.derivative
andReducedFunctional.hessian
return Riesz mapped derivatives. This is worked around in #143 by discarding the return values and accessing adjoint variables directly.The text was updated successfully, but these errors were encountered: