What is the exact meaning of objective function evaluations in case of a curve fitting?
1 回表示 (過去 30 日間)
古いコメントを表示
Hello, I need to figure out the meaning of a function evaluation when I do a curve fitting. Trust-region-reflective and Levenberg-Marquardt algorithms are returning the total number of objective function evaluations and this quantity is a measure of robustness of the used method. Let's say my function is: f(x,y) = a*exp(x)-y. I want to find "a" by curve fitting. I have the following data set: x=[1,2,3], y = [2.1,44,0.22] What is the meaning of one function evaluation in this case? The evaluation of the function in one data point (let's say [1,2.1]) or the evaluation of the function in all three data points and obtaining the vector of three elements? I am trying to find out how many instructions my curve fitting needs, when I realize the curve fitting in a processor. Thank you for your help in advance.
0 件のコメント
回答 (0 件)
参考
カテゴリ
Help Center および File Exchange で Curve Fitting Toolbox についてさらに検索
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!