User Tools

Site Tools


optimization

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revision Previous revision
Next revision
Previous revision
optimization [2022/01/12 12:51]
jan.dejong Fixed bounds
optimization [2022/01/12 13:41] (current)
jan.dejong
Line 106: Line 106:
  
 %starting point %starting point
-x0 = [0.1; 0.1; 50e-3; 0.2e-3];+x0 = [0.1;  0.1;  50e-3; 0.2e-3];
  
 %constraints %constraints
-b1 = [0.05; 0.05; 25e-3; 0.1e-3];   lower bound +b1 = [0.05; 0.05; 25e-3; 0.1e-3];   Lower bound (b1 < x) 
-b2 = [0.2; 0.2; 75e-3; 1e-3];       upper bound+b2 = [0.2;  0.2;  75e-3; 1e-3  ];       Upper bound (x < b2)
  
 A = [-eye(4); eye(4)]; A = [-eye(4); eye(4)];
optimization.1641988264.txt.gz · Last modified: 2022/01/12 12:51 by jan.dejong