JuliaDiff / JuliaDiff/ForwardDiff.jl
Simple format for value + derivative
Open
Nobody has claimed this yet.
- Dominant language
- Julia
- Stars
- 1k
- Forks
- 160
- PR merge metrics
- No merged PRs in 30d
Description
It would be great to be able to do something like
val, drv = ForwardDiff.value_derivative(f, x)
Contributor guide
No contributing guide indexed for this repository
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
The requested entry point is ForwardDiff.value_derivative(f, x); start by locating related value and derivative APIs and their tests. Done means the proposed call returns both the value and derivative for the supplied function and input, with tests covering the interface.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- julia
- Domain
- tooling
- Issue type
- Feature
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 35/100