0
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?

More than 5 years have passed since last update.

solver > 調査 > Levenberg-Marquardt

Last updated at Posted at 2016-01-14

http://stackoverflow.com/questions/5690966/looking-for-optimization-
algorithm-in-c-to-replace-excel-solver

There are modifications of the Levenberg-Marquardt method that...

このキーワードで思い出したのは1997年ころの国際会議で3名のインド人が Levenberg-Marquardt を使ってデータ解析をしていた。その発表を見て自分でも「やってみよう」と思って1年くらいやった。そのインド人とは3年くらい交流したが、当時のメールはおそらく残っていない。

Levenberg-Marquardtで調べると https://en.wikipedia.org/wiki/Levenberg%E2%80%93Marquardt_algorithm
に Numerical Recipeへのリンクがある。自分が持っているFortranの本では9章あたりが関係しそう。


組込み環境でsolverを動かしているので一般的なlibraryは使えない。

自分が実装を見直しているのは

  1. 関数の最大値を持つxの求め方
  2. 関数の最小値(0.0)を持つxの求め方

数値計算の基本的な本に立ち戻るのもよさそう。


https://en.wikipedia.org/wiki/List_of_numerical_analysis_topics#Finding_roots_of_nonlinear_equations
0
0
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
0
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?