QuantEcon / QuantEcon/ContinuousDPs.jl

Optimization

Open
#7 3 comments 0 reactions 0 assignees View on GitHub

Nobody has claimed this yet.

discussion
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,

  1. 1st and 2nd derivatives are mandatory;
  2. 1st and 2nd derivatives are optional; in this case, we have to switch the optimization solver depending on whether or not ContinuousDP has derivatives.

Contributor guide

No contributing guide indexed for this repository

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 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

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.