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 BasketAutoDiff aggregate type #113

Draft
wants to merge 2 commits into
base: master
Choose a base branch
from

Conversation

azaleostu
Copy link
Contributor

This PR adds the aggregate type used to combine extensions for BasketAutoDiff (#106).

@nmellado nmellado linked an issue Oct 6, 2023 that may be closed by this pull request
@nmellado
Copy link
Contributor

Todo:

  • refactor template typenames as classes
  • export default diff type for all classes
  • update examples and documentation

@nmellado nmellado self-assigned this Oct 31, 2023
@nmellado nmellado force-pushed the basket-auto-diff-aggregate branch from 064170c to 1507471 Compare October 31, 2023 12:52
Copy link
Contributor

@nmellado nmellado left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

As discussed AFK, this proposal needs to be updated as follows:

  • BasketDiff should take a Basket as template parameter
  • BaskedDiff should automatically extract the derivative classes from the Basket extensions (in a similar fashion than the current proposal)
  • BaskedDiff should provide additional template arguments to add custom extension that are not deduced from the Basket, e.g. generic curvature estimators.

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.

Implement Basket Auto Diff
3 participants