Skip to content

Commit

Permalink
review fix.
Browse files Browse the repository at this point in the history
  • Loading branch information
mtj0928 committed Oct 31, 2018
1 parent 7b2b4f1 commit 98aff53
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -62,8 +62,8 @@ $ java -jar path/to/kGenProg.jar
| `-o`, `--out-dir` | kGenProg が結果の出力を行うディレクトリへのパス.指定ディレクトリ直下に実行時のタイムスタンプを名前とするディレクトリが生成され,そのディレクトリに結果が出力されます. | カレントディレクトリ直下に `kgenprog-out` というディレクトリが作成される |
| `-v`, `--verbose` | 詳細なログを出力する | `false` |
| `-q`, `--quiet` | エラー出力のみを行う | `false` |
| `--mutation-generating-count` | 遺伝的アルゴリズムの変異操作によって1つの世代から生成する個体の数 | 10 |
| `--crossover-generating-count` | 遺伝的アルゴリズムの交叉操作によって1つの世代から生成する個体の数 | 10 |
| `--mutation-generating-count` | 遺伝的アルゴリズムの変異操作によって1つの世代に生成する個体の数 | 10 |
| `--crossover-generating-count` | 遺伝的アルゴリズムの交叉操作によって1つの世代に生成する個体の数 | 10 |
| `--headcount` | 遺伝的アルゴリズムの選択操作によって1世代に残される個体の最大数 | 100 |
| `--max-generation` | 遺伝的アルゴリズムを打ち切る世代数 | 10 |
| `--time-limit` | 遺伝的アルゴリズムを打ち切る時間(秒) | 60 |
Expand Down

0 comments on commit 98aff53

Please sign in to comment.