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
optimization [2022/01/12 13:34]
jan.dejong
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 < x) 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 (x < b2)+b2 = [0.2;  0.2;  75e-3; 1e-3  ];       % Upper bound (x < b2)
  
 A = [-eye(4); eye(4)]; A = [-eye(4); eye(4)];
optimization.txt · Last modified: 2022/01/12 13:41 by jan.dejong