필터 지우기
필터 지우기

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

카테고리

Help CenterFile Exchange에서 PDE Solvers에 대해 자세히 알아보기

Community Treasure Hunt

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

Start Hunting!

Translated by