@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 Жыл бұрын
Sadly I see that this video is just a show and tell without going deep into what MATLAB actually does.
@Dave-bz4nr4 жыл бұрын
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-lf5xm3 жыл бұрын
This video is gold. It took me months to learn the same. Thank you for the explanation.
@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.f13684 жыл бұрын
Incredible master class. I really learn a lot from you. Thankssss!!
@markoj3512 Жыл бұрын
Thank you, your presentation gaves me new ideas how to solve some problems more effectively!
@099sayantan4 жыл бұрын
Desperately needed this. Thank you.
@severnsevern14454 жыл бұрын
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!
@federicacontiphd10 ай бұрын
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?
@Larry2192411 ай бұрын
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-lab4953 жыл бұрын
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????
@leejerry43752 жыл бұрын
did u figure this out?
@baharvojdani18353 жыл бұрын
Hi dear thanks for the infomative tutorial, I wanted to know more about smooth and nonsmooth problems
@zedzad32793 жыл бұрын
Please prof. what is that mean in ga solver ((Optimization terminated: stall generations limit exceeded but constraints are not satisfied.))?
@konstantinosmimidis16324 жыл бұрын
Very, very helpful. Keep up the good work
@okbaabid60023 жыл бұрын
Thank you very much, Dear Madam...very helpful
@severnsevern14454 жыл бұрын
Great video! Are there Kriging or Co-kriging toolbox in matlab ready to use (or other Surrogate model) ?? Really need.
@abdullahimohammad95133 жыл бұрын
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?
@nithinbabu49622 жыл бұрын
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?
@smithsam395610 ай бұрын
Why I cannot gain the same result when applying the "x = optimvar('x',2)" code to matlab? Any explaination?
@aimenayyub9253 жыл бұрын
what function is @plotupdate? in non linear opt part optimization options
@quarkkrub2 жыл бұрын
Thank you very much my great teacher.
@ShashankShekhar-de4ld3 жыл бұрын
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.alikhudhair94142 жыл бұрын
Wonderful .. You did great job .. thanks a lot
@Rahmeanthony3 жыл бұрын
NICE! more tutorials please!
@abdullahimohammad95133 жыл бұрын
Thank you very much. Where can I get the lecture slides?
@arkarnyanhein63772 жыл бұрын
I like it when your favourite command is clear all and close all lol 😆🤣🤣🤣
@Lee-jh3rv3 жыл бұрын
Anyone did optimization with chemical reactions with boundary condition?
@ahmedhassan55463 жыл бұрын
Hello professor, could you please help me to get the optimal values using least square method code
@DailyLifeGermany3 жыл бұрын
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?
@sobanmuhammad673 жыл бұрын
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.
@codecodefly4 жыл бұрын
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?
@adewolekayode61483 жыл бұрын
This is lovely. Thanks for sharing.
@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.
@tayyabarani91764 жыл бұрын
I REALLY NEED YOUR HELP IN APPLYING INPUT-OUTPUT MODEL ON DATA BY USING MATLAB,
@zedzad32793 жыл бұрын
may i can help you if understand your model
@tayyabarani91763 жыл бұрын
@@zedzad3279 Thank you so much, its my email address tayyabarani612@gmail.com
@Ali-gv2zd2 жыл бұрын
Thank you 🙏
@meryemcavlan504 жыл бұрын
Can you add subtitles in Turkish to this video?
@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
@issasanou63464 жыл бұрын
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