How can I solve a nonlinear optimization problem including partial derivatives?

1 回表示 (過去 30 日間)
Marco
Marco 2014 年 6 月 23 日
編集済み: Matt J 2014 年 6 月 24 日
I am working on solving a Black-Scholes-like nonlinear PDE arising from a commodity storage valuation problem. My problem is this: I am to find an optimal control c_optimal by solving a maximization problem somewhat similiar to the example shown on slide 11 here, and afterwards use said c_optimal in solving the PDE. However, the maximization problem includes a V_I term, the first derivate in I direction (storage volume). Is it possible to use the fminsearch MATLAB function in this case? Do you have any better ideas?
  1 件のコメント
Matt J
Matt J 2014 年 6 月 24 日
編集済み: Matt J 2014 年 6 月 24 日
It's not clear why the presence of V_I complicates anything. If it's just a constant independent of the scalar, c, then yes, fminsearch should be able to handle it, as long as a(I,c) has decent continuity in c. fminbnd might be better, since you have those cmin and cmax bounds.

サインインしてコメントする。

回答 (0 件)

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by