s.t.
few linear constraints.
after running fmincon(f,x0,[],[],Aeq,beq,lb)
where lb & x0= zeros(44,1)
am getting a output
Maximum number of function evaluations exceeded;
increase OPTIONS.MaxFunEvals.
with all x and a values as 0.
fval = NaN
exitflag = 0
output =
iterations: 99
funcCount: 4401
lssteplength: 2
stepsize: NaN
algorithm: 'medium-scale: SQP, Quasi-Newton, line-search'
firstorderopt: Inf
message: [1x79 char]
What is the problem? Why im gettn 0 values
I suggest you use the interior-point algorithm for fmincon and start
your minimization at x0 = ones(44,1).
Alan Weiss
MATLAB mathematical toolbox documentation