« OLOMOA日誌:データ・ディクショナリ(4) | Main | 牛肉10月革命 »

October 15, 2005

OLOMOA日誌:実験データグラフ

健全にランニングできるようになったので,ランニングの様子をグラフ化してみた.
とりあえず理想的に何にも起きていない!

=====================================
// 試行設定
n_steps = 500;
n_trials = 10;
// 高次学習の間隔
interval_se = 5;
interval_ad = 5;
interval_co = 5;
interval_pr = 5;
// GAパラメータ
n_firms = 30; // 企業ネットワークの企業数:1-30程度の自然数が入る.number of firms.
flag_ga[0] = 0;
flag_ga[1] = 0;
flag_ga[2] = 0;
flag_ga[3] = 0;
p_cross = 0.6; // GAの交叉確率:0-1までの小数が入る.probability of crossover.
p_mutation = 0.1; // GAの突然変異確率:0-1までの小数が入る.probability of mutation.
=====================================

Posted by ysk5 at October 15, 2005 10:10 PM

Trackback Pings

TrackBack URL for this entry:
http://ysk5.s58.xrea.com/mt/mt-tb.cgi/855

Listed below are links to weblogs that reference OLOMOA日誌:実験データグラフ:

» OLOMOA日誌:実験データグラフ(2) from ysk_logs
スケーリングがポイントっぽいのでチューニングしよう. ===================================== // 試行設定 n_steps = 500; n_trials = 10; // 高次学習の間隔 interval_se = 5; interval_ad = 5; interval_co = 5; interval_pr = 2; // GAパラメータ n_firms = 30; //... [Read More]

Tracked on October 17, 2005 02:43 PM

Comments

Post a comment




Remember Me?