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

Is auto differential module is suitable for the fortran-stdlib #895

Open
dengbangjie opened this issue Nov 21, 2024 · 0 comments
Open

Is auto differential module is suitable for the fortran-stdlib #895

dengbangjie opened this issue Nov 21, 2024 · 0 comments
Labels
idea Proposition of an idea and opening an issue to discuss it

Comments

@dengbangjie
Copy link

Motivation

I am willing to contribute a basic differential programming module using an operator overloading approach (as opposed to a tape-based method). Differential modeling is quite interesting because it simultaneously provides the value of an object and its gradient. From my personal experience, this capability significantly reduces the time required for nonlinear optimization tasks. However, I am unsure whether this domain is appropriate for the Fortran-stdlib library. And, I am unsure whether the library prefers arbitrary-order differential objects [x_i, [dx_i/dx_j], ...] or just dual number calculus [x, dx].

Prior Art

No response

Additional Information

No response

@dengbangjie dengbangjie added the idea Proposition of an idea and opening an issue to discuss it label Nov 21, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
idea Proposition of an idea and opening an issue to discuss it
Projects
None yet
Development

No branches or pull requests

1 participant