patrick-kidger / patrick-kidger/diffrax

Local interpolations: make `solution.derivative` physically meaningful?

Open
#46 0 comments 0 reactions 0 assignees View on GitHub

Nobody has claimed this yet.

refactor
Dominant language
Python
Stars
2.1k
Forks
189
Avg merge
3d 18h
Merged PRs (30d)
1

Description

At the moment it is just the same as a jax.jvp of solution.evaluate; in particular it is the derivative of the numerical spline approximation; not an approximation to the true derivative. The latter might be more helpful? Not sure.

Contributor guide

Open the contributing guide

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. Open a pull request that references the issue number.

Research direction

Start by tracing how solution.derivative currently relates to solution.evaluate and the jax.jvp behavior described in the issue. Compare the numerical spline derivative with the intended true derivative, then define the expected semantics and tests before changing anything.

Written by the indexing model from the issue text.

Assessment

Tech stack
python
Domain
backend
Issue type
Feature
Difficulty
5/5
Estimated time
Over a week
Activity status
Stale
Clarity
Needs clarification
Newbie friendliness
20/100

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.