Lecture 17 - Optimization Techniques | Golden Section Search Method (Part 2)

  Рет қаралды 28,789

SukantaNayak edu

SukantaNayak edu

Күн бұрын

Пікірлер: 87
@rajeev_itsmyname-5531
@rajeev_itsmyname-5531 2 жыл бұрын
In the last step of 1st iteration; the values of w1 and w2 are inverted in the scale... where; w1 is 0.618 and w2 will be 0.382... But you've written w1 as 0.382 and w2 as 0.618... By this "aw" value in the 2nd iteration will be 0.618... You've taken its as 0.382...
@pawankumarpandit1822
@pawankumarpandit1822 Жыл бұрын
yes bhai same doubt
@debasishmishra3507
@debasishmishra3507 3 жыл бұрын
After 3rd iteration we remove 0.382----0.528 then why consider aw=0.382 ?? It is considered as 0.528..
@debasishacharya4797
@debasishacharya4797 6 жыл бұрын
Sir check it : finding of Aw is not true for 3rd iteration By discarding .382 to .528 We have Aw=.528
@SukantaNayakedu
@SukantaNayakedu 6 жыл бұрын
The tabulated values are correct. Please see that video again, you may understand. All the best.
@harithareddy7959
@harithareddy7959 5 жыл бұрын
Sir at the last u have written aw and bw in box it should be as 0.528 and 0.769 ryt
@SukantaNayakedu
@SukantaNayakedu 5 жыл бұрын
Yes.
@shubhamk840
@shubhamk840 4 жыл бұрын
thanks alot sir you made optimization technique easy for us
@SukantaNayakedu
@SukantaNayakedu 4 жыл бұрын
Thank you for your comment. Please share it with your friends, students and need people, so that they can also get benefit.
@eshwerskitchen361
@eshwerskitchen361 5 жыл бұрын
sir u didnt use the step lw ...
@knaresh-k
@knaresh-k 6 жыл бұрын
How to find £ ????
@SukantaNayakedu
@SukantaNayakedu 6 жыл бұрын
Please make your question clear.
@chandrachurdmandal5550
@chandrachurdmandal5550 5 жыл бұрын
|Lw|
@creativecricketics9897
@creativecricketics9897 5 жыл бұрын
f(w1) is not correct sir...54/x..if x
@narrmadhasivakumar4224
@narrmadhasivakumar4224 5 жыл бұрын
yes u r r8......f(w1) should be 87.7606 and f(w2) should be 141.5072
@SdBakshiYT
@SdBakshiYT 2 жыл бұрын
Hi sir, In this problem there was no ⍷ mentioned then how did you stop iterating.
@silpijyotidutta2237
@silpijyotidutta2237 5 жыл бұрын
Sir, is there value of epsilon given in the problem? If no, then how we know where to stop iterations?
@SukantaNayakedu
@SukantaNayakedu 5 жыл бұрын
Yes, there should be given epsilon value or number of iterations. Otherwise, any hint will be given by using that one can find the number of iterations or epsilon value.
@silpijyotidutta2237
@silpijyotidutta2237 5 жыл бұрын
tq sir
@quite2722
@quite2722 4 жыл бұрын
sir how to know when to stop the iterations. You only did 3 iterations, is it a standard rule to perform 3 iterations?
@SukantaNayakedu
@SukantaNayakedu 4 жыл бұрын
Stopping criteria is |Lw| less than epsilon. When it is reached stop the iteration. As we have to do more number of iteration, to make understand the method I performed 3 iterations.
@gouravganesh1959
@gouravganesh1959 3 жыл бұрын
@@SukantaNayakedu what is epsilon?
@rahulvakil1948
@rahulvakil1948 5 жыл бұрын
Sir, why did you do only 3 iterations?
@jigmetsamstan287
@jigmetsamstan287 5 жыл бұрын
Sir aw and bw , always [0,1] lena hai first iteraion me??
@SukantaNayakedu
@SukantaNayakedu 5 жыл бұрын
Yes.
@satharoobnimunandi3089
@satharoobnimunandi3089 4 жыл бұрын
Sir, how to find the approximation error for this method?
@SukantaNayakedu
@SukantaNayakedu 4 жыл бұрын
As this is a numerical method, here one can find relative error that is |(x_new - x_old)/x_old|. For each iteration one will get interval that is a_w and b_w. Take it's mid point. Do it for every iteration and find relative error of that.
@satharoobnimunandi3089
@satharoobnimunandi3089 4 жыл бұрын
@@SukantaNayakedu alright thanks sir, hope many more videos from you regarding the numerical 👌
@SoftSubtleSerenade
@SoftSubtleSerenade 5 жыл бұрын
thanks a lot Sir........Respect from Pakistan.....
@SukantaNayakedu
@SukantaNayakedu 4 жыл бұрын
If you get benefit from these videos then please share it with your friends, students, and people who need, so that they can also get benefit. Thank you. Have a wonderful day.
@devarakondasandeep8260
@devarakondasandeep8260 5 жыл бұрын
sir can u explain how u got f(w1) and f(w2)
@SukantaNayakedu
@SukantaNayakedu 5 жыл бұрын
First transform that interval [a, b] to [0, 1]. w=(x-a)/(a-b), Then replace the x value in the function f(x), it will be another function f(w) in terms of w only. Accordingly find w1 and w2 then find f(w1) and f(w2). Please note that function f(x) is not the same function f(w), it's notation only.
@rehanharge7727
@rehanharge7727 4 жыл бұрын
@@SukantaNayakedu but sir...can you explain me That in which equation of f(x) Question wali eqn. Ya ....apne joh....x=5w likne ke baad batayi hai oh eqn.... W1 and w2 konse eqn mai put karna hai...?
@enathambi5222
@enathambi5222 4 жыл бұрын
How to be find first aw and bw value
@SukantaNayakedu
@SukantaNayakedu 4 жыл бұрын
Initially aw and bw are 0 and 1 respectively. Then according to the region elimination rule aw and bw will be decided for successive iterations.
@SukantaNayakedu
@SukantaNayakedu 4 жыл бұрын
Please see part 1 also.
@arkeshashah4650
@arkeshashah4650 5 жыл бұрын
Nice & clear explanation of example. Can you sir upload video regarding DICHOTOMOUS SEARCH & unrestricted search method examples
@SukantaNayakedu
@SukantaNayakedu 5 жыл бұрын
Those are there in the playlist of Optimization Techniques. Thank you.
@erashishsahoo2308
@erashishsahoo2308 6 жыл бұрын
In your video u have written that f(w1)=27.02and f(w2)=31.92 but after putting the values of w1 and w2 am not getting the actual answer done bye u
@SukantaNayakedu
@SukantaNayakedu 6 жыл бұрын
I will check the values again. But you go with the procedure or refer Optimization Techniques book by Kalyanmoydeb.
@SukantaNayakedu
@SukantaNayakedu 6 жыл бұрын
Further, if you have any doubt then please contact to me though Facebook page "Study Hour", I will share the pdf of Optimization Techniques book. Thank you.
@SukantaNayakedu
@SukantaNayakedu 6 жыл бұрын
The values are correct up to two decimal places. See carefully the function f(w), it's different from f(x). Thank you.
@NarjiDas
@NarjiDas 5 жыл бұрын
@@SukantaNayakedu i just confused wid dat. Thank you so much for your effort. Means a lot
@enathambi5222
@enathambi5222 4 жыл бұрын
Sir it's constant value for lw is 0.618!!!
@beoptimistic5853
@beoptimistic5853 4 жыл бұрын
kzbin.info/www/bejne/joGmmHqKbqefqLM 💐💐💐
@asishkumar9432
@asishkumar9432 5 жыл бұрын
Sir you did'nt used the step | Lw | < hepsula
@SukantaNayakedu
@SukantaNayakedu 5 жыл бұрын
To satisfy this condition and stop the process we need to perform more number of iterations. So either we may take some certain number of iterations or to continue till the condition reached.
@asishkumar9432
@asishkumar9432 5 жыл бұрын
Thank you very much sir
@eshwerskitchen361
@eshwerskitchen361 5 жыл бұрын
@@SukantaNayakedu but is not like that for other prblms sir i have used to solve another prblm its not coming
@valavalasandeep3460
@valavalasandeep3460 5 жыл бұрын
Good teaching sir.....
@SukantaNayakedu
@SukantaNayakedu 5 жыл бұрын
Thank you.
@girivignesh9673
@girivignesh9673 4 жыл бұрын
sir please upload videos on traveling salesman problem and genetic algorithm thank you :)
@beoptimistic5853
@beoptimistic5853 4 жыл бұрын
kzbin.info/www/bejne/joGmmHqKbqefqLM 💐💐💐💐
@_PraveenSingh_
@_PraveenSingh_ 5 жыл бұрын
after 3rd iteration Aw = 0.528 as region between 0.382 and 0.528 has been eliminated.
@SukantaNayakedu
@SukantaNayakedu 5 жыл бұрын
Yes, correct.
@harshalshrivasatava3584
@harshalshrivasatava3584 5 жыл бұрын
Ye aw & bw keshe aaya.?
@SukantaNayakedu
@SukantaNayakedu 5 жыл бұрын
Is method me Jo interval diya hoga for example [a, b] usko [0, 1] ko convert karna hai. Abhi aw=0 and bw=1 hojayega. Phir steps apply Kar k solve karna hai. Har iteration pe aw aur bw ki value change hogi. Finally, Jo aw aur bw ayegi usko phir se Transformation use Kar k [a, b] form me likhna hai. Achha se Method aur Transformation samajh ne k liye Golden Section search method k do (2) videos ko achha se dekh lijiye. Thanks.
@sindhurimarri7608
@sindhurimarri7608 4 жыл бұрын
Thank you sir.
@beoptimistic5853
@beoptimistic5853 4 жыл бұрын
kzbin.info/www/bejne/joGmmHqKbqefqLM 💐💐💐💐
@erashishsahoo2308
@erashishsahoo2308 6 жыл бұрын
ye bol to vai ye jo f(w1) and f(w2) ka value kaise nikala
@SukantaNayakedu
@SukantaNayakedu 6 жыл бұрын
First convert the given function into new funtion f(w). "See the first part of this video". Then put the w1 and w2 values in f(w) function, and find f(w1) and f(w2) values. All the best.
@adityasingh3973
@adityasingh3973 5 жыл бұрын
Shouldn't the final ans be (0.528, 0.764)..?
@SukantaNayakedu
@SukantaNayakedu 5 жыл бұрын
Yes. We have to convert it into x form by using the transformed function.
@adityasingh3973
@adityasingh3973 5 жыл бұрын
@@SukantaNayakedu okk Sir ..thankyou!
@danishmanzar8599
@danishmanzar8599 5 жыл бұрын
Keep up the good work! :)
@SukantaNayakedu
@SukantaNayakedu 5 жыл бұрын
Thank you so much.
@tusharpatil2474
@tusharpatil2474 5 жыл бұрын
Lw kaise 1 liya first case mai
@SukantaNayakedu
@SukantaNayakedu 5 жыл бұрын
In Golden Section search method, we have to convert any interval to [0, 1] interval. Hence, the new length of the interval is Less=1-0=1.
@tusharpatil2474
@tusharpatil2474 5 жыл бұрын
@@SukantaNayakedu Ohk thank u sir
@marysmith5016
@marysmith5016 6 жыл бұрын
wow these two videos have been really helpful thank you so much for uploading them. I was wondering how exactly I would approach a question like this as it's not of the same format as in your video. imgur.com/prRFI5n If you can help me then thank you :)
@SukantaNayakedu
@SukantaNayakedu 6 жыл бұрын
Yes, please ask if you have any doubt. I may try to address the concern.
@preetipradhan3772
@preetipradhan3772 5 жыл бұрын
Tq so much sir
@SukantaNayakedu
@SukantaNayakedu 4 жыл бұрын
If you get benefit from these videos then please share it with your friends, students, and people who need, so that they can also get benefit. Thank you. Have a wonderful day.
@chanbashadomaintrainer3973
@chanbashadomaintrainer3973 5 жыл бұрын
Why r u teaching fast..lot of confusion
@SukantaNayakedu
@SukantaNayakedu 5 жыл бұрын
Thank you for your comment and the concern. If my lecture is really fast then you may reduce the speed on KZbin and watch the video. All the best.
@harshkaushik8495
@harshkaushik8495 5 жыл бұрын
Kitni baar bola jaega tujse ki hindi bola kr..........🤬🤬🤬🤬
@rahulkhinchi2803
@rahulkhinchi2803 3 жыл бұрын
😂😂✌
@gauravagagrawal1998
@gauravagagrawal1998 5 жыл бұрын
Hindi m padhaya kro
@vishalgupta957
@vishalgupta957 5 жыл бұрын
U r teaching so fast man😒
@SukantaNayakedu
@SukantaNayakedu 5 жыл бұрын
Thank you so much for your comments. Sorry for the inconvenience. There is an option in KZbin where you can slow the speed of the video and can watch easily.
@RitikGusain
@RitikGusain 5 жыл бұрын
Hum to X1.5 pe dekhte hai 😏😌
@rishimeena9923
@rishimeena9923 5 жыл бұрын
@@RitikGusain Main X1.75 pe
@sukantanayak3900
@sukantanayak3900 4 жыл бұрын
👏👏
@beautysah4371
@beautysah4371 3 жыл бұрын
Thankyou so much sir
My scorpion was taken away from me 😢
00:55
TyphoonFast 5
Рет қаралды 2,7 МЛН
Mom Hack for Cooking Solo with a Little One! 🍳👶
00:15
5-Minute Crafts HOUSE
Рет қаралды 23 МЛН
How Strong Is Tape?
00:24
Stokes Twins
Рет қаралды 96 МЛН
Lecture 15 - Optimization Techniques | Fibonacci Search Method (Part 2)
7:51
Lecture 14 - Optimization Techniques | Fibonacci Search Method (Part 1)
9:53
Golden Section Search Method
7:43
LearnChemE
Рет қаралды 118 М.
Lecture 11: Golden Section Search Method
24:17
Chemical Engineering
Рет қаралды 2,1 М.
Calc teacher slowly loses his mind at the end of our final lecture
1:29
My scorpion was taken away from me 😢
00:55
TyphoonFast 5
Рет қаралды 2,7 МЛН