Change the objective function. Minimum of f(x) is maximum of -f(x).
@sohamkamtikar2794 Жыл бұрын
Is F4 value is 3 or 5 sir
@sathwiknallagundla2 жыл бұрын
Why did you took that k=2 for itration 1 and k=3 for itration 2 ??
@himanshud2611 Жыл бұрын
cuz in algo k=k+1 in each iteration
@mathiharan81094 жыл бұрын
sir for a similar question...I'm getting f(x1)=f(x2) at the 3rd iteration....what to do?
@SukantaNayakedu4 жыл бұрын
Then take anyone and continue the search.
@mathiharan81094 жыл бұрын
@@SukantaNayakedu Thank you sir for the quick response!!
@R4W_Pallavi6 жыл бұрын
Thanku sir this video helps me alot
@SukantaNayakedu6 жыл бұрын
All the best...
@bhojpuri-short345 жыл бұрын
In iteration 2 the value of a=2 , b=5 and the value of L will be (b-a)=3 .why you use 5
@SukantaNayakedu5 жыл бұрын
In this method, L will be treated as constant.
@MusicLover-ox9fk6 жыл бұрын
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...
@SukantaNayakedu6 жыл бұрын
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)
@mouleshm2104 жыл бұрын
why n is taken as n=3? and why do we always start with k=2?
@beoptimistic58534 жыл бұрын
kzbin.info/www/bejne/joGmmHqKbqefqLM 💐💐💐
@keshavniketh70605 жыл бұрын
after the first iteration should we update the value of L or not??
@SukantaNayakedu5 жыл бұрын
L will be same for all the iterations.
@RajwinderKaur-xq2dn4 жыл бұрын
Sir k ki value kaise lii hai
@SukantaNayakedu4 жыл бұрын
K value depends on the Fibonacci numbers. Also, first two Fibonacci numbers are same, that is, 1 and 1. Zeroth Fibonacci number is 0.
@varunpratap67856 жыл бұрын
why L is constant throughout in this method whereas in all other methods L varies as 'a' &'b' changes
@SukantaNayakedu6 жыл бұрын
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.
@keshavniketh70605 жыл бұрын
@@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
@SukantaNayakedu5 жыл бұрын
This is because if L varies then it may affect the convergence. Also, L value will not hamper the elimination region rule.
@farazahmad44675 жыл бұрын
Dought... Read carefully... L2*=(Fn-2/Fn)L0 Or Lk*=(Fn-k+1/Fn+1)L Which one is correct formula?