Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Update ROLObjective to be dualspace-aware (#118)
* Move Riesz representation responsibility to ReducedFunctional ROLObjective.gradient was calling ReducedFunctional.derivative, then performing its own Riesz mapping according to the ROLVector's inner product. With the recent dualspace update, this doubles up the conversion and causes a type error. Instead, we just defer the type conversion responsibility to ReducedFunctional.derivative. * Update computation of ROLObjective hessVec
- Loading branch information