Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Allow ExaTron to use Hessian-vector product #14

Open
frapac opened this issue Jan 25, 2021 · 0 comments
Open

Allow ExaTron to use Hessian-vector product #14

frapac opened this issue Jan 25, 2021 · 0 comments
Assignees

Comments

@frapac
Copy link
Member

frapac commented Jan 25, 2021

An idea is to implement Hessian-vector product as a linear operator, such as

struct HessVecProd <: AbstractTronMatrix 

(maybe we could rename AbstractTronMatrix as AbstractTronLinearOperator). Then by overloading the * operator,
we could apply Hessian-vector product as with the other types (TronDenseMatrix and TronSparseMatrixCSC), simply as H * v. In that case, we would keep the clean splitting we have between the evaluators (called only in driver.jl) and the Tron algorithm.

Would require to merge #12 first, as we won't be able to use ICFS in this case

@frapac frapac self-assigned this Jan 25, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant