Skip to content

Feature Request: Second-Order Optimization Methods in Optax #1014

@lvjonok

Description

@lvjonok

Description

I am interested in JAX-based optimization and would like to inquire about the potential implementation of second-order optimization methods such as Sequential Quadratic Programming (SQP) in Optax.

Challenges

Implementing SQP involves the use of Hessians, which are currently not a part of the optax.GradientTransformation interface.

Request

Could you provide insights or plans regarding the support for second-order optimization methods in Optax? Specifically, how would the integration of Hessians be approached within the existing framework?

Thank you for your consideration.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions