diff --git a/lion/README.md b/lion/README.md index 70ddfb48..7bb2d71c 100644 --- a/lion/README.md +++ b/lion/README.md @@ -1,7 +1,7 @@ # Symbolic Discovery of Optimization Algorithms -This repository contains JAX, TensorFlow and PyTorch implementations of the Lion optimizer discovered by symbolic program search in the [Symbolic Discovery of Optimization Algorithms](https://arxiv.org/abs/2302.06675) paper. +This repository contains JAX, TensorFlow and PyTorch implementations of the Lion optimizer discovered by symbolic program search in the [Symbolic Discovery of Optimization Algorithms](https://arxiv.org/abs/2302.06675) paper. The symbolic program search space (codenamed "Hero") is open sourced at [here](https://github.com/google/automl/tree/master/hero).