Це відео не доступне.
Перепрошуємо.

Fibonacci Search Method

Поділитися
Вставка
  • Опубліковано 8 сер 2024
  • For the book, you may refer: amzn.to/3aT4ino
    This video will explain to you the easiest method for solving the unconstrained optimization problems using Fibonacci Search Method.
    Golden Section Search: • Golden Section Search ...
    Hookes Jeeves Pattern Search Method: • Hookes Jeeves Pattern ...

КОМЕНТАРІ • 57

  • @DrHarishGarg
    @DrHarishGarg  3 роки тому

    Matlab Code of this lecture (Fibonacci Search method)
    ua-cam.com/video/GAePSfF0dZI/v-deo.html

  • @shaygahhendricks
    @shaygahhendricks Рік тому +2

    best video, helping me so much with studying for my exams - thank you!

  • @tabasumnaz6959
    @tabasumnaz6959 Рік тому +2

    Wow what an amazing way you explain this method,GOD BLESS YOU

  • @user-vy5se9ko4b
    @user-vy5se9ko4b 3 роки тому +3

    This is really clear, especially for those good examples, it helps me better understand how to use this algorithm to solve out the real problem. Before watching this video, the textbooks only show the proof of how this algorithm without any explanation, I feel quite confused about some points. But now, your video really helps me better understand how this algorithm works.

  • @kashirajvkkalshetti3498
    @kashirajvkkalshetti3498 10 місяців тому +2

    As fn-k/fn-k+1 value changing
    X1 or x2 both value will change as k value changing

  • @sagnikdash9060
    @sagnikdash9060 2 місяці тому

    Thank you so much sir 🙏

  • @chandangupta9901
    @chandangupta9901 2 роки тому +2

    Thank you sir...!!!
    most organized lecture.

    • @DrHarishGarg
      @DrHarishGarg  2 роки тому +1

      Most welcome... Keep watching and sharing... Thanks

  • @tutoring7844
    @tutoring7844 3 роки тому +8

    Correction: I'm not sure, but in (16:45) when you preserve the left value, the new x2 should be the previous x1 - you made it the other way round. Let me know whether it's true, thank you.
    Good luck and thank you! :)

    • @DrHarishGarg
      @DrHarishGarg  3 роки тому +2

      See the quadratic form lecture... New lecture uploaded
      ua-cam.com/video/6jjTLDX_JOk/v-deo.html

  • @Priyansh1001
    @Priyansh1001 Рік тому

    Thank you air Sir

  • @deepeshgavit1876
    @deepeshgavit1876 Рік тому

    Dasgupta, C. H. Papadimitriou, and U. V. Vazirani

  • @SakshiSharma-es3fu
    @SakshiSharma-es3fu 3 роки тому +1

    Quadratic interpolation method vedio

  • @deven6491
    @deven6491 Рік тому +1

    equation 4 in 16:48 is wrong i think so since x2 their will be 0.6 and x1 will be 0.6 if i am wrong please correct me

  • @rajeshpanda9108
    @rajeshpanda9108 2 роки тому

    Which book to follow for these topics. Please reply sir

    • @DrHarishGarg
      @DrHarishGarg  2 роки тому

      No book follows..... just share my knowledge

  • @svrt5832
    @svrt5832 Рік тому +1

    umm, how is L -5+15? L is length right? Shouldn't it be 15-(-5)?

    • @dhiman2002
      @dhiman2002 7 місяців тому

      Na they are points don't take it as a length

  • @snehanagulapati38
    @snehanagulapati38 2 роки тому +2

    The best teaching.👏👏🙇‍♀️🙏

  • @shambhavamchoudhary67
    @shambhavamchoudhary67 3 місяці тому

    16:55 but sir if we had preserved R value our x* would be 0.9 and f(x*)=-.54

  • @abutalha3949
    @abutalha3949 3 роки тому +1

    Well explained sir 👍

    • @DrHarishGarg
      @DrHarishGarg  3 роки тому

      See the quadratic form lecture... New lecture uploaded
      ua-cam.com/video/6jjTLDX_JOk/v-deo.html

  • @karankewat1.10
    @karankewat1.10 3 роки тому +1

    Thank You!

  • @hohuiying1681
    @hohuiying1681 Рік тому

    May I know which reference book dr used for this video?

    • @deepeshgavit1876
      @deepeshgavit1876 Рік тому

      ALGORITHMS by - Dasgupta, C. H. Papadimitriou, and U. V. Vazirani

  • @user-vk8jn5br1f
    @user-vk8jn5br1f 9 місяців тому

    Thank you very very very much

  • @aliyafahmi4020
    @aliyafahmi4020 4 роки тому +2

    good method

    • @DrHarishGarg
      @DrHarishGarg  3 роки тому

      See the quadratic form lecture... New lecture uploaded
      ua-cam.com/video/6jjTLDX_JOk/v-deo.html

  • @humariduniya5235
    @humariduniya5235 7 місяців тому +1

    Ye method khin bhi nhi hai and aapke method se answer bhi nhi aare

  • @luckystechentertainments5601
    @luckystechentertainments5601 2 роки тому +1

    thank you

  • @rohinhodkasia3027
    @rohinhodkasia3027 2 роки тому

    amazing tutorial sir

    • @DrHarishGarg
      @DrHarishGarg  2 роки тому

      Many thanks... Keep watching other lectures also..

  • @anshumanjena9460
    @anshumanjena9460 3 місяці тому

    Sir how can we know the value of k

    • @DrHarishGarg
      @DrHarishGarg  3 місяці тому

      No need to know value of k... K start from 0 to n.

  • @yusraalamgire2497
    @yusraalamgire2497 3 роки тому

    How to choose n?

  • @jaiho2623
    @jaiho2623 2 роки тому +2

    It was told in tutorial that x2= fn-2/fn, so it should be f5/f7, but we have taken f6/f7, why sir? ( In example 1). Thanks

    • @DrHarishGarg
      @DrHarishGarg  2 роки тому +1

      Yes... In that case x2= R- (Fn-2/Fn)(R-L)... Here in example 1, (for easy calculation), we compute x2 =L+(Fn-1/Fn)(R-L)... So Both are same

    • @nvvinoda1556
      @nvvinoda1556 Місяць тому

      Can we continue the same process by taking f5/f7

  • @parthraut4415
    @parthraut4415 4 місяці тому

    How in 1 example 2 step 8/13 came

    • @anshumanjena9460
      @anshumanjena9460 3 місяці тому

      1st you have to subtract 21-13 then 8 comes in numerator and denominator is similar to the previous numerator

  • @sudhanshuranjan8526
    @sudhanshuranjan8526 3 роки тому +3

    sir why you are using the formula of x1 for finding x2.

    • @DrHarishGarg
      @DrHarishGarg  3 роки тому +1

      Because x1 and x2 are equidistant from end points. So to make calculation easier and easy to remember... I prefer this method (shortcut )

    • @DrHarishGarg
      @DrHarishGarg  3 роки тому

      See the quadratic form lecture... New lecture uploaded
      ua-cam.com/video/6jjTLDX_JOk/v-deo.html

  • @souadmassi7683
    @souadmassi7683 4 роки тому +3

    Is it used in optimisation?

    • @DrHarishGarg
      @DrHarishGarg  4 роки тому +1

      Yes, exactly

    • @DrHarishGarg
      @DrHarishGarg  3 роки тому

      See the quadratic form lecture... New lecture uploaded
      ua-cam.com/video/6jjTLDX_JOk/v-deo.html

  • @yusraalamgire2497
    @yusraalamgire2497 3 роки тому

    How to choose n in the first example??

    • @DrHarishGarg
      @DrHarishGarg  3 роки тому +1

      In the first example, n is already given to you in the statement as Perform 7 iteration. I.e. n=7.
      In second example, use Ln/L0=1/Fn formula to calculate "n".
      Hope it clear

    • @jaiho2623
      @jaiho2623 2 роки тому +1

      It was told in tutorial that x2= fn-2/fn, so it should be f5/f7, but we have taken f6/f7, why sir? ( In example 1). Thanks

  • @TheAI-Tutor
    @TheAI-Tutor Рік тому +2

    poor teaching