Skip to content

Separate the sparsity and the values evaluation in Jacobian and Hessian calls #231

@cvanaret

Description

@cvanaret

Separate the Jacobian and Hessian calls into:

  • sparsity computation: compute_jacobian_sparsity(row_indices, column_indices). Will be called once at the beginning.
  • evaluation of numerical values: evaluate_jacobian_values(x, jacobian).
  • same for Hessian.

cc @amontoison

Metadata

Metadata

Assignees

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions