QuantEcon / QuantEcon/ContinuousDPs.jl
Optimization
Nobody has claimed this yet.
- Dominant language
- Julia
- Stars
- 17
- Forks
- 11
- PR merge metrics
- No merged PRs in 30d
Description
Now a derivative free bounded univariate optimization function Optim.optimize (Brent()) is used to compute the max in the Bellman operator. This part should be the main bottleneck. It will be more efficient if we utilize information on 1st and 2nd derivatives of f and g.
Options: in ContinuousDP,
- 1st and 2nd derivatives are mandatory;
- 1st and 2nd derivatives are optional; in this case, we have to switch the optimization solver depending on whether or not
ContinuousDPhas derivatives.
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
Start in ContinuousDP and trace the Bellman operator's use of Optim.optimize and Brent(). Review how f and g are represented and whether derivative information is currently exposed. Define and implement the derivative-aware solver choice, with the existing derivative-free path preserved when derivatives are unavailable; verify the optimization behavior and performance.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- julia
- Domain
- backend
- Issue type
- Feature
- Difficulty
- 5/5
- Estimated time
- Over a week
- Activity status
- Quiet
- Clarity
- Mostly clear
- Newbie friendliness
- 38/100