Skip to content

Commit

Permalink
fix: 説明の補足と修正
Browse files Browse the repository at this point in the history
  • Loading branch information
krmr73 committed Jul 23, 2023
1 parent c1d8ddf commit d5c6c0a
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
4 changes: 2 additions & 2 deletions full-search/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,9 @@
## 概要
既存モデルの全探索を行います。
rho,nu=1,2,...,20と戦略SSW,WSWの2種類の全てのパラメータ組(20x20x2=800)で全探索します。
それぞれUbaldiのモデルを走らせ、10個の指標を計測して保存します。
それぞれUbaldiのモデルを走らせ、10個の指標を計測して保存します。その後にターゲットデータとの距離を計算します。

GA,QDはターゲットデータに合うように(rho,nu,s)を探索しますが、`full-search/main.jl`ではターゲットデータを意識していません
GA,QDはターゲットデータに合うように(rho,nu,s)を探索しますが、`full-search/main.jl`ではターゲットデータを意識せず、ネットワークの生成と10個の指標の計測だけを行います
ターゲットデータとのフィッティング(ターゲットデータとのdistanceを求め、最良の(rho,nu,s)を見つける操作)は`fitting.py`で行われます。

## 実行方法
Expand Down
3 changes: 2 additions & 1 deletion visualize/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,8 @@ $ python main.py <graph_type> <target_type>
```bash
$ python tables/print_best.py <target_type>
```
また、latex形式で遺伝子の表を出力するには、以下のコマンドを実行してください。

latex形式で遺伝子の表を出力する場合:
```bash
$ pwd # => /path/to/visualize
$ python graphs/latex_table.py
Expand Down

0 comments on commit d5c6c0a

Please sign in to comment.