Lecture 15 - Optimization Techniques | Fibonacci Search Method (Part 2)

  Рет қаралды 37,868

SukantaNayak edu

SukantaNayak edu

Күн бұрын

Пікірлер
@rushkinrenny4524
@rushkinrenny4524 5 жыл бұрын
Sir, why length is constant? Because on each iteration range become reduce so length become also reduce.
@SukantaNayakedu
@SukantaNayakedu 4 жыл бұрын
Please see the discussion in others comments. Same thing has been discussed.
@rajubairwa5440
@rajubairwa5440 3 жыл бұрын
Hindi language me nHi hai kya sir
@SukantaNayakedu
@SukantaNayakedu 3 жыл бұрын
Bas 5 video hai
@shreyashsachan321
@shreyashsachan321 6 жыл бұрын
Why you start solving problem with k=2
@SukantaNayakedu
@SukantaNayakedu 6 жыл бұрын
Please see video, first part of Fibonacci Method. The doubt may clear.
@SukantaNayakedu
@SukantaNayakedu 6 жыл бұрын
Reference books.google.co.in/books?id=cN_kjtySMhIC&printsec=frontcover&source=gbs_ge_summary_r&cad=0#v=onepage&q&f=false
@debasishacharya4797
@debasishacharya4797 6 жыл бұрын
Sir for max. Of objective function how to solve??
@SukantaNayakedu
@SukantaNayakedu 6 жыл бұрын
Change the objective function. Minimum of f(x) is maximum of -f(x).
@sohamkamtikar2794
@sohamkamtikar2794 Жыл бұрын
Is F4 value is 3 or 5 sir
@sathwiknallagundla
@sathwiknallagundla 2 жыл бұрын
Why did you took that k=2 for itration 1 and k=3 for itration 2 ??
@himanshud2611
@himanshud2611 Жыл бұрын
cuz in algo k=k+1 in each iteration
@mathiharan8109
@mathiharan8109 4 жыл бұрын
sir for a similar question...I'm getting f(x1)=f(x2) at the 3rd iteration....what to do?
@SukantaNayakedu
@SukantaNayakedu 4 жыл бұрын
Then take anyone and continue the search.
@mathiharan8109
@mathiharan8109 4 жыл бұрын
@@SukantaNayakedu Thank you sir for the quick response!!
@R4W_Pallavi
@R4W_Pallavi 6 жыл бұрын
Thanku sir this video helps me alot
@SukantaNayakedu
@SukantaNayakedu 6 жыл бұрын
All the best...
@bhojpuri-short34
@bhojpuri-short34 5 жыл бұрын
In iteration 2 the value of a=2 , b=5 and the value of L will be (b-a)=3 .why you use 5
@SukantaNayakedu
@SukantaNayakedu 5 жыл бұрын
In this method, L will be treated as constant.
@MusicLover-ox9fk
@MusicLover-ox9fk 6 жыл бұрын
If in the 2nd iteration the value of a and b changes then the value of L=b-a should also be changed.. So why we are putting L=5 i.e(a=0,b=5) in case of finding Lk*.. And putting a=2,b=5 in case of finding x1 and x2...
@SukantaNayakedu
@SukantaNayakedu 6 жыл бұрын
Refer kalyanmoydeb book for optimization, you may understand. But in SS Rao optimization book L changes with different algorithm. Anyway the method should valid in the sense of converging answers (solutions obtained in iteration)
@mouleshm210
@mouleshm210 4 жыл бұрын
why n is taken as n=3? and why do we always start with k=2?
@beoptimistic5853
@beoptimistic5853 4 жыл бұрын
kzbin.info/www/bejne/joGmmHqKbqefqLM 💐💐💐
@keshavniketh7060
@keshavniketh7060 5 жыл бұрын
after the first iteration should we update the value of L or not??
@SukantaNayakedu
@SukantaNayakedu 5 жыл бұрын
L will be same for all the iterations.
@RajwinderKaur-xq2dn
@RajwinderKaur-xq2dn 4 жыл бұрын
Sir k ki value kaise lii hai
@SukantaNayakedu
@SukantaNayakedu 4 жыл бұрын
K value depends on the Fibonacci numbers. Also, first two Fibonacci numbers are same, that is, 1 and 1. Zeroth Fibonacci number is 0.
@varunpratap6785
@varunpratap6785 6 жыл бұрын
why L is constant throughout in this method whereas in all other methods L varies as 'a' &'b' changes
@SukantaNayakedu
@SukantaNayakedu 6 жыл бұрын
Nice question. To mentain a regular pattern of elimination of region, L is constant here. Also, it will be helpful to observe the convergency of this method. You may easily verify by taking updated L and constant L. Thank you.
@keshavniketh7060
@keshavniketh7060 5 жыл бұрын
@@SukantaNayakedu didnt understand properly? the total meaning of region elimination is to eliminate the "not recquired region" then how come constant L will solve the problem
@SukantaNayakedu
@SukantaNayakedu 5 жыл бұрын
This is because if L varies then it may affect the convergence. Also, L value will not hamper the elimination region rule.
@farazahmad4467
@farazahmad4467 5 жыл бұрын
Dought... Read carefully... L2*=(Fn-2/Fn)L0 Or Lk*=(Fn-k+1/Fn+1)L Which one is correct formula?
@farazahmad4467
@farazahmad4467 5 жыл бұрын
Please give me answer
@pranaydas4235
@pranaydas4235 4 жыл бұрын
Why k=2 in 1st iteration?
@SukantaNayakedu
@SukantaNayakedu 4 жыл бұрын
First two Fibonacci numbers are same.
@nabilsalih2898
@nabilsalih2898 4 жыл бұрын
Thank you sir😁
@beoptimistic5853
@beoptimistic5853 4 жыл бұрын
kzbin.info/www/bejne/joGmmHqKbqefqLM 💐💐💐
@sowjanyareddy4340
@sowjanyareddy4340 3 жыл бұрын
Thank you a lot 😊
@crazy2hell
@crazy2hell 3 жыл бұрын
Thanks man
@sriyapattanaik977
@sriyapattanaik977 6 жыл бұрын
Thank you very muchhh
@SukantaNayakedu
@SukantaNayakedu 5 жыл бұрын
Thank you for your comments.
@prachitkumarsharma1048
@prachitkumarsharma1048 6 жыл бұрын
K=2 Then Fn-3
@SukantaNayakedu
@SukantaNayakedu 6 жыл бұрын
F_(n-1)
@SukantaNayakedu
@SukantaNayakedu 6 жыл бұрын
Reference books.google.co.in/books?id=cN_kjtySMhIC&printsec=frontcover&source=gbs_ge_summary_r&cad=0#v=onepage&q&f=false
Lecture 14 - Optimization Techniques | Fibonacci Search Method (Part 1)
9:53
Хаги Ваги говорит разными голосами
0:22
Фани Хани
Рет қаралды 2,2 МЛН
ССЫЛКА НА ИГРУ В КОММЕНТАХ #shorts
0:36
Паша Осадчий
Рет қаралды 8 МЛН
«Жат бауыр» телехикаясы І 26-бөлім
52:18
Qazaqstan TV / Қазақстан Ұлттық Арнасы
Рет қаралды 434 М.
Fibonacci Search in Data Structures  | www.EnggTutes.com
8:24
EnggTutes
Рет қаралды 78 М.
Fibonacci Search Method
21:07
Dr. Harish Garg
Рет қаралды 110 М.
What Is Mathematical Optimization?
11:35
Visually Explained
Рет қаралды 139 М.
Хаги Ваги говорит разными голосами
0:22
Фани Хани
Рет қаралды 2,2 МЛН