alexe15 / ALADIN.m

Other
34 stars 13 forks source link

Hessian depends on `rho`? #104

Closed timueh closed 4 years ago

timueh commented 4 years ago

Why does the Hessian depend on rho in

https://github.com/alexe15/ALADIN.m/blob/43dbc9d993d5c7ccb040cf0c2f27c677f8ab02f3/src/core/createSens.m#L63-L64

AFAICT rho has no influence?!..

alexe15 commented 4 years ago

Yes, rho does not influence HH in the current implementation with an exact Hessian. In the past we played with Hessian approximations involving rho, so we decided to use this interface to make that possible.

timueh commented 4 years ago

Just to clarify: closed because we leave everything as is, or closed because we want to remove the dependency?