Solving Optimization Problems with MATLAB | Master Class with Loren Shure

  Рет қаралды 140,299

MATLAB

MATLAB

Күн бұрын

Пікірлер: 48
@lateefkareem
@lateefkareem 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 жыл бұрын
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 жыл бұрын
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.
@liaa.f1368
@liaa.f1368 4 жыл бұрын
Incredible master class. I really learn a lot from you. Thankssss!!
@markoj3512
@markoj3512 Жыл бұрын
Thank you, your presentation gaves me new ideas how to solve some problems more effectively!
@099sayantan
@099sayantan 4 жыл бұрын
Desperately needed this. Thank you.
@severnsevern1445
@severnsevern1445 4 жыл бұрын
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!
@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?
@Larry21924
@Larry21924 11 ай бұрын
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
@fluid-lab495
@fluid-lab495 3 жыл бұрын
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?
@baharvojdani1835
@baharvojdani1835 3 жыл бұрын
Hi dear thanks for the infomative tutorial, I wanted to know more about smooth and nonsmooth problems
@zedzad3279
@zedzad3279 3 жыл бұрын
Please prof. what is that mean in ga solver ((Optimization terminated: stall generations limit exceeded but constraints are not satisfied.))?
@konstantinosmimidis1632
@konstantinosmimidis1632 4 жыл бұрын
Very, very helpful. Keep up the good work
@okbaabid6002
@okbaabid6002 3 жыл бұрын
Thank you very much, Dear Madam...very helpful
@severnsevern1445
@severnsevern1445 4 жыл бұрын
Great video! Are there Kriging or Co-kriging toolbox in matlab ready to use (or other Surrogate model) ?? Really need.
@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?
@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?
@smithsam3956
@smithsam3956 10 ай бұрын
Why I cannot gain the same result when applying the "x = optimvar('x',2)" code to matlab? Any explaination?
@aimenayyub925
@aimenayyub925 3 жыл бұрын
what function is @plotupdate? in non linear opt part optimization options
@quarkkrub
@quarkkrub 2 жыл бұрын
Thank you very much my great teacher.
@ShashankShekhar-de4ld
@ShashankShekhar-de4ld 3 жыл бұрын
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 :)
@dr.alikhudhair9414
@dr.alikhudhair9414 2 жыл бұрын
Wonderful .. You did great job .. thanks a lot
@Rahmeanthony
@Rahmeanthony 3 жыл бұрын
NICE! more tutorials please!
@abdullahimohammad9513
@abdullahimohammad9513 3 жыл бұрын
Thank you very much. Where can I get the lecture slides?
@arkarnyanhein6377
@arkarnyanhein6377 2 жыл бұрын
I like it when your favourite command is clear all and close all lol 😆🤣🤣🤣
@Lee-jh3rv
@Lee-jh3rv 3 жыл бұрын
Anyone did optimization with chemical reactions with boundary condition?
@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 жыл бұрын
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.
@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?
@adewolekayode6148
@adewolekayode6148 3 жыл бұрын
This is lovely. Thanks for sharing.
@josedavidcastilloblanco2437
@josedavidcastilloblanco2437 Жыл бұрын
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.
@tayyabarani9176
@tayyabarani9176 4 жыл бұрын
I REALLY NEED YOUR HELP IN APPLYING INPUT-OUTPUT MODEL ON DATA BY USING MATLAB,
@zedzad3279
@zedzad3279 3 жыл бұрын
may i can help you if understand your model
@tayyabarani9176
@tayyabarani9176 3 жыл бұрын
@@zedzad3279 Thank you so much, its my email address tayyabarani612@gmail.com
@Ali-gv2zd
@Ali-gv2zd 2 жыл бұрын
Thank you 🙏
@meryemcavlan50
@meryemcavlan50 4 жыл бұрын
Can you add subtitles in Turkish to this video?
@ferhuda5336
@ferhuda5336 Жыл бұрын
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
@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 жыл бұрын
solve it exactly
@amitkumar-yl3gc
@amitkumar-yl3gc 3 жыл бұрын
Provide hindi version
@arkarnyanhein6377
@arkarnyanhein6377 2 жыл бұрын
hi from myanmar
@tayyabarani9176
@tayyabarani9176 4 жыл бұрын
APPRECIATE IT
Global Optimization with MATLAB Products
1:02:00
MATLAB
Рет қаралды 25 М.
Air Sigma Girl #sigma
0:32
Jin and Hattie
Рет қаралды 45 МЛН
Ful Video ☝🏻☝🏻☝🏻
1:01
Arkeolog
Рет қаралды 14 МЛН
42nd Meeting da Sociedade Brasileira de Econometria - Contributed Session Macro 3
1:06:33
Sociedade Brasileira de Econometria SBE
Рет қаралды 9
Financial Modeling Using MATLAB
51:26
MATLAB
Рет қаралды 16 М.
IEI - SLC - "Engineers Talk" - a weekly online lecture series
58:49
Kubernetes 101 workshop - complete hands-on
3:56:03
Kubesimplify
Рет қаралды 1,7 МЛН
Learn MATLAB in ONE Video!
43:42
Jousef Murad | Deep Dive
Рет қаралды 35 М.
How did the Enigma Machine work?
19:26
Jared Owen
Рет қаралды 10 МЛН
Air Sigma Girl #sigma
0:32
Jin and Hattie
Рет қаралды 45 МЛН