Solving Optimization Problems with MATLAB | Master Class with Loren Shure

แชร์
ฝัง
  • เผยแพร่เมื่อ 29 ธ.ค. 2024

ความคิดเห็น • 48

  • @lateefkareem
    @lateefkareem 3 ปีที่แล้ว +3

    @32:15 The right explanation is that the computation of the gradient also require function calls. Using automatic differentiation gives the gradient once the function is called. So we can say for 25 function calls, there must have been 25 steps to the solution. but when you do numerical differentiation, you will have to call the function with perturbed variables in each dimension to estimate the gradient. in this case with forward differentiation, you will call twice (making a total of 3 function call for each step).
    With some extra calls for some other stuffs, we can say n+c = 25 and 3n+c = 69, n is the number of steps and c is the number of calls for any extra steps in the algorithm. so we have n = 22 and c = 3. So the computation took 22 steps. and the 3 extra calls is for something else in the algorithm.

    • @josedavidcastilloblanco2437
      @josedavidcastilloblanco2437 ปีที่แล้ว

      Sadly I see that this video is just a show and tell without going deep into what MATLAB actually does.

  • @Dave-bz4nr
    @Dave-bz4nr 4 ปีที่แล้ว +7

    Just wanted to say, that you are doing a great job. I already enjoyed "The Art of Matlab" from your series and this tutorial is also really helpful.

  • @JohnSmith-lf5xm
    @JohnSmith-lf5xm 3 ปีที่แล้ว +1

    This video is gold. It took me months to learn the same. Thank you for the explanation.

  • @edgararturogomezmeisel2217
    @edgararturogomezmeisel2217 ปีที่แล้ว

    Excellent video ... I had very little (almost zero) knowledge in Matlab optimization solvers and this video got me a very good insight into the matter.

  • @markoj3512
    @markoj3512 ปีที่แล้ว

    Thank you, your presentation gaves me new ideas how to solve some problems more effectively!

  • @099sayantan
    @099sayantan 4 ปีที่แล้ว +4

    Desperately needed this.
    Thank you.

  • @liaa.f1368
    @liaa.f1368 4 ปีที่แล้ว +4

    Incredible master class. I really learn a lot from you. Thankssss!!

  • @fluid-lab495
    @fluid-lab495 3 ปีที่แล้ว +1

    Perfect video,
    Yet, I have a question about the @plotUpdate (@ min 30:11)
    How can I plot the iteration steps like the way you did????

    • @leejerry4375
      @leejerry4375 2 ปีที่แล้ว

      did u figure this out?

  • @severnsevern1445
    @severnsevern1445 4 ปีที่แล้ว +2

    I am using ANN fit to generate objectives functions for optimizations. The data set I am using was obtained from simulations. How to obtain the equations of the fitness functions ?? Thank in advance!

  • @severnsevern1445
    @severnsevern1445 4 ปีที่แล้ว +2

    Great video! Are there Kriging or Co-kriging toolbox in matlab ready to use (or other Surrogate model) ?? Really need.

  • @zedzad3279
    @zedzad3279 3 ปีที่แล้ว +1

    Please prof. what is that mean in ga solver ((Optimization terminated: stall generations limit exceeded but constraints are not satisfied.))?

  • @federicacontiphd
    @federicacontiphd 10 หลายเดือนก่อน

    Such a great tutorial! I have a question though. I am solving a system of linear ODEs (using ode45) and would like to optimise this solution by determining the optimal set of parameters for this function to fit multiple datasets I have been given. What is the best way to achieve this?

  • @baharvojdani1835
    @baharvojdani1835 3 ปีที่แล้ว +1

    Hi dear thanks for the infomative tutorial, I wanted to know more about smooth and nonsmooth problems

  • @Larry21924
    @Larry21924 10 หลายเดือนก่อน

    This is absolutely superb. I had the pleasure of reading something similar, and it was absolutely superb. "Unlocking the Brain's Full Potential" by Alexander Sterling

  • @abdullahimohammad9513
    @abdullahimohammad9513 3 ปีที่แล้ว

    Suppose you have a travelling salesman problem different from the one demonstrated in the lecture; how do you show the pictorial representation of the problem on the map?

  • @aimenayyub925
    @aimenayyub925 3 ปีที่แล้ว +1

    what function is @plotupdate? in non linear opt part optimization options

  • @nithinbabu4962
    @nithinbabu4962 2 ปีที่แล้ว

    How can we get the values of the variables as arrays after solving? for instance let's take the problem as min_(a,b,c) f(a,b,c) subject to some constraints. How can we get the values of a,b, and c as arrays?

  • @okbaabid6002
    @okbaabid6002 3 ปีที่แล้ว +1

    Thank you very much, Dear Madam...very helpful

  • @konstantinosmimidis1632
    @konstantinosmimidis1632 4 ปีที่แล้ว +2

    Very, very helpful. Keep up the good work

  • @quarkkrub
    @quarkkrub 2 ปีที่แล้ว

    Thank you very much my great teacher.

  • @smithsam3956
    @smithsam3956 10 หลายเดือนก่อน

    Why I cannot gain the same result when applying the "x = optimvar('x',2)" code to matlab? Any explaination?

  • @ShashankShekhar-de4ld
    @ShashankShekhar-de4ld 3 ปีที่แล้ว +1

    Hi Loren, Thank you very much for such a nice tutorial. I have a QUESTION , how can we optimize system of equations.
    Thanks once again :)

  • @abdullahimohammad9513
    @abdullahimohammad9513 3 ปีที่แล้ว

    Thank you very much. Where can I get the lecture slides?

  • @dr.alikhudhair9414
    @dr.alikhudhair9414 2 ปีที่แล้ว

    Wonderful .. You did great job .. thanks a lot

  • @Rahmeanthony
    @Rahmeanthony 3 ปีที่แล้ว +1

    NICE! more tutorials please!

  • @ahmedhassan5546
    @ahmedhassan5546 3 ปีที่แล้ว

    Hello professor, could you please help me to get the optimal values using least square method code

  • @DailyLifeGermany
    @DailyLifeGermany 3 ปีที่แล้ว

    Hello thanks for the lecture. I have a question.
    I am currently modeling a membrane in Matlab and now that my model is finished I want to adjust some parameters.
    For that I used fminsearch function to optimize my parameters but it doesn't matter what start value I give, in return fminsearch gives me the same value back. what could be the problem?

    • @sobanmuhammad67
      @sobanmuhammad67 3 ปีที่แล้ว +1

      The function is designed to give the minimum value, so it will keep on giving the same value no matter what initial value given. The result wont change unless you change your function.

  • @Lee-jh3rv
    @Lee-jh3rv 3 ปีที่แล้ว +1

    Anyone did optimization with chemical reactions with boundary condition?

  • @Ali-gv2zd
    @Ali-gv2zd 2 ปีที่แล้ว

    Thank you 🙏

  • @adewolekayode6148
    @adewolekayode6148 3 ปีที่แล้ว +1

    This is lovely. Thanks for sharing.

  • @tayyabarani9176
    @tayyabarani9176 4 ปีที่แล้ว

    I REALLY NEED YOUR HELP IN APPLYING INPUT-OUTPUT MODEL ON DATA BY USING MATLAB,

    • @zedzad3279
      @zedzad3279 3 ปีที่แล้ว +1

      may i can help you if understand your model

    • @tayyabarani9176
      @tayyabarani9176 3 ปีที่แล้ว

      @@zedzad3279 Thank you so much, its my email address tayyabarani612@gmail.com

  • @codecodefly
    @codecodefly 4 ปีที่แล้ว

    Dear Loren Shure, many thanks for your great jobs! I'm a matlaber from China, could I share your excellent videos to my wechat chanel for educational purpose?

  • @arkarnyanhein6377
    @arkarnyanhein6377 2 ปีที่แล้ว +1

    I like it when your favourite command is clear all and close all lol 😆🤣🤣🤣

  • @ferhuda5336
    @ferhuda5336 ปีที่แล้ว +3

    I did not understand anything clear. You do not explain code rows in detail. You assume that we know something, however there are people that are not experienced about optimization. So please be more clear

  • @meryemcavlan50
    @meryemcavlan50 4 ปีที่แล้ว

    Can you add subtitles in Turkish to this video?

  • @josedavidcastilloblanco2437
    @josedavidcastilloblanco2437 ปีที่แล้ว +1

    this is a video I would show a kid but sadly I am not a kid I want to understand how each method works, the equations behind it.

  • @arkarnyanhein6377
    @arkarnyanhein6377 2 ปีที่แล้ว +1

    hi from myanmar

  • @issasanou6346
    @issasanou6346 4 ปีที่แล้ว

    Hello every one here. I'm looking for a person who can help me with matlab code for the simulation of ramsey model with endogenous labour supply

  • @bra1nsen
    @bra1nsen 4 ปีที่แล้ว +1

    solve it exactly

  • @amitkumar-yl3gc
    @amitkumar-yl3gc 3 ปีที่แล้ว

    Provide hindi version

  • @tayyabarani9176
    @tayyabarani9176 4 ปีที่แล้ว

    APPRECIATE IT