Skip to content

This explores functions including nonlinear (e.g. sqrt, log, exp, and so on) by genetic algorithm for complicated model such as y = x1 + e^(72*x3)+x4^2+sqrt(x5)+1/x6

License

Notifications You must be signed in to change notification settings

lamrongol/nonlinear_regression

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

This is Nonlinear regression analysis program. This explores functions including nonlinear (e.g. sqrt, log, exp, and so on) by genetic algorithm for complicated model such as y = x1 + e^(72*x3)+x4^2+sqrt(x5)+1/x6

How to use: see ./example directory


これは非線形重回帰分析プログラムです。このプログラムはy = x1 + e^(72*x3)+x4^2+sqrt(x5)+1/x6のような複雑なモデルに対して 非線形関数(sqrt, log, expなど)も含めて遺伝的アルゴリズムを用いて探索することで解を見つけ出します。

使い方は ./example ディレクトリをご覧ください

詳しい解説は以下のページを: 遺伝的アルゴリズムによる非線形重回帰分析の変数&関数選択プログラム http://qiita.com/lamrongol/items/c865b6c10e9b91fbccba

About

This explores functions including nonlinear (e.g. sqrt, log, exp, and so on) by genetic algorithm for complicated model such as y = x1 + e^(72*x3)+x4^2+sqrt(x5)+1/x6

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages