Skip to content

Commit

Permalink
Merge pull request #673 from kusumotolab/fix-readme
Browse files Browse the repository at this point in the history
READMEにhistoryオプションの記述を追加
  • Loading branch information
YoshikiHigo authored Nov 13, 2019
2 parents b65c052 + bbccc68 commit 105fd55
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -85,6 +85,7 @@ $ java -jar path/to/kGenProg.jar
| `--crossover-type` | Specifies crossover type. (`Random`, `Single`, `Uniform`). | `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` |
| `--history-record` | Stores generation process of each variant and all generated variants. | `false` |

## Awards
- [Best Poster Award - APSEC 2018](http://www.apsec2018.org/)
Expand Down
1 change: 1 addition & 0 deletions doc/ja/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -85,6 +85,7 @@ $ java -jar path/to/kGenProg.jar
| `--crossover-type` | 交叉種別(`Random``Single``Uniform`| `Random` |
| `--crossover-first-variant` | 交叉対象の第一バリアントの選択方法(`Elite``Random`| `Random` |
| `--crossover-second-variant` | 交叉対象の第二バリアントの選択方法(`Elite``GeneSimilarity``Random``TestComplementary`) | `Random` |
| `--history-record` | 個体の生成過程および生成された全個体を記録する | `false` |

## 受賞
- [Best Poster Award - APSEC 2018](http://www.apsec2018.org/)
Expand Down

0 comments on commit 105fd55

Please sign in to comment.