 |
Example
4
This
example involves three sets of sequentially related nonlinear
inequality constraints and is defined by

subject to

where

and

The feasible initial
guess is

with the corresponding
value of the objective function

example4.pds
example4.ini
x
= [0.1*ones(1,9),1]
pi = 4*atan(1)
a = (0:99)*0.025
kt = (1:9)'*pi*[a,a,(1.2+(0:149)*0.2)*0.25]
ck = cos(kt)
sk = sin(kt) |
example4.sim
f
= x(10)
z = (x(1:9)*ck).^2+(x(1:9)*sk).^2
t1 = (1-x(10))^2-z(1:100)
t2 = z(101:200)-(1+x(10))^2
t3 = x(201:350)-X(10)^2
C = [t1,t2,t3] |
Back
to the top
Back to Examples
Send
mail to webmaster@aemdesign.com
with questions or comments about this web site.
Last modified:
February 21, 2005
|