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