Skip to content

Commit

Permalink
Update README.md.
Browse files Browse the repository at this point in the history
Add a link to refer to the open sourced symbolic program search space.
  • Loading branch information
crazydonkey200 authored Dec 14, 2023
1 parent cca4de9 commit 14d8bbd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lion/README.md
Original file line number Diff line number Diff line change
@@ -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).

<!-- Lion is also successfully deployed in production systems such as Google’s search ads CTR model. -->

Expand Down

0 comments on commit 14d8bbd

Please sign in to comment.