Answered step by step
Verified Expert Solution
Link Copied!

Question

1 Approved Answer

Develop MATLAB programmes for the following questions and draw a flowchart of algorithm Boxs Evolutionary Optimization method using the given examples as reference: Reference -

Develop MATLAB programmes for the following questions and draw a flowchart of algorithm Boxs Evolutionary Optimization method using the given examples as reference:

image text in transcribed

image text in transcribed

image text in transcribed

image text in transcribed

image text in transcribed

Reference

image text in transcribed

image text in transcribed

- Initial point x(0)=(1,1) Size reduction parameter, =(2,2) - =0.001 - inirialize x=x(0)=(1,1) - =2.828>s - create 20 hypercube (asquare) around x(0) x(1)=(0,0) x(2)=(2,0) x(3)=(0,2) x(4)=(2,2) f(x(0))=106 f(x(1))=170 f(x(2))=74 f(x(3))=90 f(x(4))=26 84x=x(0), set x(0)=(2,2)7 go to step 2 s2 1111=2.828 is not small. - create a square around the point (2,2) by addino and subtractive i to the xi x(4)x(2)x(1)=(1,1),x(2)=(3,1)x(3)=(1,3),x(4)=(3,3)f(x(0))=26f(x(1))=106f(x(2))=10f(x(3))=58f(x(4))=26 S3f(x(0))=26 theninimumpointx=(3,1)f(x)=10=f(x(2)) S4. x=x(0), the current best point x(0)=(3,1) go to step? s2 New hypercube oround (3,1) s3f(x(0))f(x(1))f(x(2))f(x(3))f(x(4))=10=74=34=26=50 minimumpointisx=(3,1),f(x(0))=f(x)=10 S4 Since the new point is the same as the previous best point x(0), we reduce the size paramicter, =(1,1) and 90 to step 2 i=2i The new square with a reduced size around (3,1) is as follows x(1)=(2.5,0.5)x(2)=(3.5,0.5)x(2)=(2.5,1.5)x(4)=(3.5,1.5) S3minimumpointx=x(4)=(3.5,1.5)f(x)=f(x(4))=9.125 S4 * Reducing the size of the rectangle get better approximation. Q.0 to step 2 . set, x(0)=(3.5,1.5) S2 New square around (3.5,1.5) (3.0.20)(4.0.2.0) x(1)=(3.0,1.0)x(2)=(4.0,1.0)x(3)=(3.0,2.0)x(4)=(4.0,2.0) 93 minimum point x=(3,2),f(x)=f(x(2))=0 Note that although the minimum point is found, the algoritam does not terminate at this step. Furthermore, the size of siguare will heep reduces till s. 3.3.1 Box's Evolutionavy Optimatization Method - Developed by G.E.P Bor in 1957 - Algorithme requires (2n+1) points. - 2n are corner points of an n-dimensional hypercube centered on the other point. - AU (2n+1) function values are compared and the best point is identified. - Next iteration, another nypercube is Rormed around this beet polut. - If an improved point is not found, the size of the nypercube is reduced. - Process continues until the hypereube becomes very small. Algoritum Step 1 i) Imitial point, x(0) ii) Size reduction, i for all design variables, i=1,2,3,,n. (ii) Set s ii) Sef x=x(0) Step2 If

Step by Step Solution

There are 3 Steps involved in it

Step: 1

blur-text-image

Get Instant Access to Expert-Tailored Solutions

See step-by-step solutions with expert insights and AI powered tools for academic success

Step: 2

blur-text-image

Step: 3

blur-text-image

Ace Your Homework with AI

Get the answers you need in no time with our AI-driven, step-by-step assistance

Get Started

Recommended Textbook for

Postgresql 16 Administration Cookbook Solve Real World Database Administration Challenges With 180+ Practical Recipes And Best Practices

Authors: Gianni Ciolli ,Boriss Mejias ,Jimmy Angelakos ,Vibhor Kumar ,Simon Riggs

1st Edition

1835460585, 978-1835460580

More Books

Students also viewed these Databases questions