Can I find zeros of a KKT (Kuhn Tucker condition) equation using "fmincon" for a constraint optimization complex number?

3 次查看(过去 30 天)
I am using fmincon to solve the optimization problem using the following command:
[res4,fval4]=fmincon(objective,x0,A,B,Aeq,beq,lb,ub,constfunc);
%Where @objective is the objective function
%and @constfunc is the nonlinear constrain
So far I know fmincon command is used to find local minimum of an objective function with constraint.
My questions are:
a. Can fmincon find the zeros of the objective function for some constraint? or it just deal with local minimizer.
b. Does the intitial value 'x0' has and impact of finding the finimizer even if the objective founction is bounded and continuous?
c. Can i calculate Lagrance multiplier from this command?
Thank you.

回答(0 个)

类别

Help CenterFile Exchange 中查找有关 Get Started with Optimization Toolbox 的更多信息

Community Treasure Hunt

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

Start Hunting!

Translated by