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 QUADPACK to torchquad #127

Open
4 tasks
gomezzz opened this issue Aug 20, 2021 · 0 comments
Open
4 tasks

Add QUADPACK to torchquad #127

gomezzz opened this issue Aug 20, 2021 · 0 comments
Labels
documentation Improvements or additions to documentation enhancement New feature or request help wanted Extra attention is needed

Comments

@gomezzz
Copy link
Collaborator

gomezzz commented Aug 20, 2021

Feature

Desired Behavior / Functionality

The state of the art in deterministic integration methods is arguably QUADPACK. However, there are no GPU implementations of it.

What Needs to Be Done

  • Identify good baseline implementation of QUADPACK
  • Implement integrator in integration folder, should inherit from BaseIntegrator
  • Add docs for it
  • Add tests for it, orient at Newton-Cotes tests

How Can It Be Tested

  • New tests
  • Compare to baseline (e.g. scipy)
@gomezzz gomezzz added documentation Improvements or additions to documentation enhancement New feature or request help wanted Extra attention is needed labels Aug 20, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
documentation Improvements or additions to documentation enhancement New feature or request help wanted Extra attention is needed
Projects
None yet
Development

No branches or pull requests

1 participant