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

Add second-order, forward-mode automatic differentiation #28

Merged
merged 33 commits into from
Nov 25, 2023
Merged

Conversation

HamletTanyavong
Copy link
Owner

  • Create HyperDual for second-order, forward-mode autodiff
  • Create IDual interface with definitions for shared Dual and HyperDual methods
  • Update tests
  • Remove IComplex type parameter constraint from IDifferentiableFunctions
  • Add method for computing Hessians in forward and reverse-mode
  • Update documentation site
  • Various other minor changes

- Use CreateVariable in tests
- Fix DirectionalDerivative test
- Remove static using directive
- Update documentation comments
- Update Laplacian to use new properties
- Remove Laplacian test; this will be moved to a new test class.
@HamletTanyavong HamletTanyavong merged commit efeabd1 into main Nov 25, 2023
4 checks passed
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

Successfully merging this pull request may close these issues.

1 participant