How to minimize this function using BFGS algorithm?

조회 수: 5 (최근 30일)
Moha Lemin
Moha Lemin 2021년 1월 1일
Let Y(x,t)={y1(x,t),y2(x,t),y3(x,t)} a vector of value define at some nodes x where 1<=x<=100 and this vector varie on time t.
we search to minimize the cost function J(Y(x,0)) with respect to Y(x,0).
The problem is this function is calculated numericaly and has a value at each increment of time so we have for exemple :
t=0 | J(Y(x,0))=1.2 ;
t=0.1 | J(Y(x,0))=2.3;
.
..;
t=1 | J(Y(x,0))=1.0;
and so on ...
We have also calculated the gradient of J numerically (a vector) and we have its value at each increment of time t:
J'(t)={val1(t),val2(t),val3(t)}.
Is it possible to minimize this function ??
Thank's for your help

답변 (0개)

카테고리

Help CenterFile Exchange에서 Solver Outputs and Iterative Display에 대해 자세히 알아보기

제품


릴리스

R2019a

Community Treasure Hunt

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

Start Hunting!

Translated by