Solving Optimization Problems with MATLAB | Master Class with Loren Shure

Поділитися
Вставка
  • Опубліковано 14 жов 2024

КОМЕНТАРІ • 48

  • @Dave-bz4nr
    @Dave-bz4nr 3 роки тому +6

    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.

  • @markoj3512
    @markoj3512 10 місяців тому

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

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

    @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.

  • @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.

  • @federicaconti7575
    @federicaconti7575 8 місяців тому

    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?

  • @liaa.f1368
    @liaa.f1368 3 роки тому +4

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

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

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

  • @severnsevern1445
    @severnsevern1445 3 роки тому +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!

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

    Desperately needed this.
    Thank you.

  • @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 :)

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

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

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

    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?

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

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

  • @Larry21924
    @Larry21924 8 місяців тому

    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

  • @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?

  • @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????

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

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

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

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

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

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

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

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

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

    Very, very helpful. Keep up the good work

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

    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?

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

    Thank you very much my great teacher.

  • @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.

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

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

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

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

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

    NICE! more tutorials please!

  • @dr.alikhudhair9414
    @dr.alikhudhair9414 2 роки тому

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

  • @Lee-jh3rv
    @Lee-jh3rv 3 роки тому +1

    Anyone did optimization with chemical reactions with boundary condition?

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

    This is lovely. Thanks for sharing.

  • @Ali-gv2zd
    @Ali-gv2zd 2 роки тому

    Thank you 🙏

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

    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

  • @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.

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

    Can you add subtitles in Turkish to this video?

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

    solve it exactly

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

    hi from myanmar

  • @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

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

    APPRECIATE IT

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

    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

  • @amitkumar-yl3gc
    @amitkumar-yl3gc 3 роки тому

    Provide hindi version