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

Simplify partial parametric derivative #9

Open
3 tasks
maximilian-kruse opened this issue Jan 17, 2025 · 1 comment
Open
3 tasks

Simplify partial parametric derivative #9

maximilian-kruse opened this issue Jan 17, 2025 · 1 comment
Assignees
Labels
enhancement New feature or request

Comments

@maximilian-kruse
Copy link
Member

The sparsity structure of the partial parametric derivatives from PartialDerivator makes for an unintuitive interface. It would be better to have something less compressed, but easier to use.

  • Design new matrix format
  • Implement in derivator
  • Update disclaimer in docs
@maximilian-kruse maximilian-kruse added the enhancement New feature or request label Jan 17, 2025
@maximilian-kruse maximilian-kruse self-assigned this Jan 17, 2025
@maximilian-kruse maximilian-kruse changed the title Simply partial parametric derivative Simplify partial parametric derivative Jan 20, 2025
@maximilian-kruse
Copy link
Member Author

I think the key here is to design a sum_duplicates method like in scipy.sparse. Then we can implement a COO-like output format and vectorize loops with JAX.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant