Constrained optimization of a vector
Show older comments
Hi!
I am trying to optimize a vector. I want to find
, where
(
)=0, and
.
(f_1 and f-2 are two procedural functions, stored in m-files (not straight-forward functions).
How can I do it with a viable (time-effective) algorithm?
Thanks!
Accepted Answer
More Answers (1)
You have two equations so, as long as numel(a)=2 and f1 and f2 are differentiable, you can use fsolve. If numel(a)>2 then you have more unknowns than equations and the problem is ill-posed.
1 Comment
mahdi Izadi
on 25 May 2022
Categories
Find more on Mathematics and Optimization in Help Center and File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!