>> ops=sdpsettings('solver','fmincon','verbose',1);
>> sol = solvesdp(F,-Sum,ops)
Your initial point x0 is not between bounds lb and ub; FMINCON
shifted x0 to strictly satisfy the bounds.
First-order Norm of
Iter F-count f(x) Feasibility optimality step
0 1 -9.380075e+00 4.000e+00 7.988e+00
1 2 -1.514067e+01 1.765e+00 2.658e+00 1.365e+00
2 3 -1.629282e+01 1.514e+00 2.117e+00 5.971e-01
3 4 -1.924883e+01 9.127e-01 2.124e+00 2.492e+00
4 5 -1.972554e+01 4.455e-01 1.399e+00 8.419e-01
5 6 -2.020518e+01 0.000e+00 8.268e-01 8.131e-01
6 7 -2.046445e+01 0.000e+00 2.734e-01 8.060e-01
7 8 -2.057733e+01 0.000e+00 1.521e-01 9.151e-01
8 9 -2.058359e+01 0.000e+00 9.992e-02 1.255e-01
9 10 -2.063533e+01 0.000e+00 3.148e-02 1.156e-01
10 11 -2.065082e+01 0.000e+00 1.985e-02 1.603e-01
11 12 -2.065162e+01 0.000e+00 2.000e-02 5.867e-02
12 13 -2.066613e+01 0.000e+00 5.021e-03 5.118e-02
13 14 -2.066702e+01 0.000e+00 4.394e-03 1.771e-02
14 15 -2.066716e+01 0.000e+00 4.000e-03 2.735e-02
15 16 -2.067032e+01 0.000e+00 2.343e-03 1.828e-02
16 17 -2.067036e+01 0.000e+00 1.759e-03 2.107e-03
17 18 -2.067036e+01 0.000e+00 9.617e-04 4.281e-03
18 19 -2.067036e+01 0.000e+00 8.000e-04 3.017e-03
19 20 -2.067100e+01 0.000e+00 2.371e-04 4.489e-03
20 21 -2.067101e+01 0.000e+00 1.600e-04 1.841e-03
21 22 -2.067116e+01 0.000e+00 2.608e-05 8.202e-04
22 23 -2.067116e+01 0.000e+00 1.930e-05 6.485e-05
23 24 -2.067116e+01 0.000e+00 8.891e-06 1.191e-04
24 25 -2.067116e+01 0.000e+00 4.227e-06 5.725e-05
25 26 -2.067116e+01 0.000e+00 1.600e-06 3.664e-05
26 27 -2.067117e+01 0.000e+00 3.200e-07 6.920e-06
Local minimum found that satisfies the constraints.
Optimization completed because the objective function is non-decreasing in
feasible directions, to within the selected value of the optimality tolerance,
and constraints are satisfied to within the selected value of the constraint tolerance.
<stopping criteria details>
sol =
struct with fields:
yalmiptime: 0.4939
solvertime: 0.3641
info: 'Successfully solved (FMINCON)'
problem: 0