Skip to content

Commit

Permalink
fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
hrtwt committed Dec 16, 2022
1 parent 7f59a43 commit b0293f7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -109,7 +109,7 @@ $ java -jar path/to/kGenProg.jar
| `--scope` | Specifies the scope from which source code to be reused is selected. (`PROJECT`, `PACKAGE`, `FILE`). | `PACKAGE` |
| `--fault-localization` | Specifies technique of fault localization. (`Ample`, `Jaccard`, `Ochiai`, `Tarantula`, `Zoltar`). | `Ochiai` |
| `--mutation-type` | Specifies mutation type. (`Simple`, `Heuristic`). | `Simple` |
| `--crossover-type` | Specifies crossover type. (`Random`, `Single`, `Uniform`, `Cascade`). | `Random` |
| `--crossover-type` | Specifies crossover type. (`Random`, `SinglePoint`, `Uniform`, `Cascade`). | `Random` |
| `--crossover-first-variant` | Specifies first variant selection strategy for crossover. (`Elite`, `Random`). | `Random` |
| `--crossover-second-variant` | Specifies second variant selection strategy for crossover. (`Elite`, `GeneSimilarity`, `Random`, `TestSimilarity`). | `Random` |
| `--patch-output` | Writes patch files to the output directory specified in `-o` option. | `false` |
Expand Down
2 changes: 1 addition & 1 deletion docs/ja/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -109,7 +109,7 @@ $ java -jar path/to/kGenProg.jar
| `--scope` | 再利用候補の範囲(`PROJECT``PACKAGE``FILE`| `PACKAGE` |
| `--fault-localization` | 欠陥限局の手法(Fault Localization)(`Ample``Jaccard``Ochiai``Tarantula``Zoltar`| `Ochiai` |
| `--mutation-type` | 変異種別(`Simple``Heuristic`| `Simple` |
| `--crossover-type` | 交叉種別(`Random``Single``Uniform`, `Cascade`| `Random` |
| `--crossover-type` | 交叉種別(`Random``SinglePoint``Uniform`, `Cascade`| `Random` |
| `--crossover-first-variant` | 交叉対象の第一バリアントの選択方法(`Elite``Random`| `Random` |
| `--crossover-second-variant` | 交叉対象の第二バリアントの選択方法(`Elite``GeneSimilarity``Random``TestComplementary`) | `Random` |
| `--patch-output` | 解のパッチファイル生成の有無 | `false` |
Expand Down

0 comments on commit b0293f7

Please sign in to comment.