This is the implementation of SR3 + parameter estimation using a new Cache as given here in Alg. 4.
I did not add it to the main package right now, because the convergence is poor ( as stated in the Supplement ).
Gradients + Hessians check out ( compared with ForwardDiff ), also tried out using Iterative solvers oppose to NLsolve.
The example is taken from the paper above, but does not converge easily. Maybe a better approach is to use FrankWolfe with a specialised oracle or JuMP.
@korsbo @ChrisRackauckas
Related to #251.
This is the implementation of SR3 + parameter estimation using a new Cache as given here in Alg. 4.
I did not add it to the main package right now, because the convergence is poor ( as stated in the Supplement ).
Gradients + Hessians check out ( compared with ForwardDiff ), also tried out using Iterative solvers oppose to NLsolve.
The example is taken from the paper above, but does not converge easily. Maybe a better approach is to use FrankWolfe with a specialised oracle or JuMP.