How I can minimize an objective function having five variables (one vector and four parameters)?

1 次查看(过去 30 天)
Dear all
I want minimize an objective function of following type:
fun = (@ (???)) (A*x - b)^2 + a*(exp(-b*z) - c*exp(-d*z))
where x is a vector (initial guess suposse zeros(29,1)), while a,b,c,d are parameters (initial guess suposse a =1 b = 2 c = 3 d = 4)--> I need find this 4 values and vector x.
A(matrix), b(vector) and z (vector) are given.
All my best
Blessings

回答(0 个)

类别

Help CenterFile Exchange 中查找有关 Problem-Based Optimization Setup 的更多信息

标签

Community Treasure Hunt

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

Start Hunting!

Translated by