From 2e4b09d4ca6241ccee2766396540cf83910b5cfe Mon Sep 17 00:00:00 2001 From: Chen Liang Date: Mon, 9 Mar 2020 05:00:59 -0700 Subject: [PATCH] Update README. PiperOrigin-RevId: 299814365 --- automl_zero/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/automl_zero/README.md b/automl_zero/README.md index 55e2214d70fd..b1893e4ed5a1 100644 --- a/automl_zero/README.md +++ b/automl_zero/README.md @@ -15,7 +15,7 @@ More importantly, the evolved algorithms can be *interpreted*. Below is an analy ![GIF for the interpretation of the best evolved algorithm](best_algo.gif) -Note that the algorithms shown above are already simplified and reordered for better readability. Details about more experiments and analyses can be found in the [paper](https://github.com/google-research/google-research/tree/master/automl_zero). +Note that the algorithms shown above are already simplified and reordered for better readability. The raw codes, and the details about more experiments and analyses can be found in the [paper](https://github.com/google-research/google-research/tree/master/automl_zero).