Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# CMA-ES
# CMA-ES (dev. version)

a CMA-ES based hyperparameter optimization tool.

Expand All @@ -22,4 +22,4 @@ basic usage:

``reporter.py``: load the evalution result file (e.g. BLEU score) output by each model. report them in a file.

``toy_nmt.py``: Script to generate random score as a fake model for testing. (format from sockeye-recipe)
``toy_nmt.py``: Script to generate random score as a fake evaluation score for testing. (format from sockeye-recipe)