MilesCranmer commited on
Commit
901f043
1 Parent(s): 7598140

Show PySR logo in readme

Browse files
Files changed (1) hide show
  1. README.md +6 -3
README.md CHANGED
@@ -1,6 +1,9 @@
1
- # [PySR](https://github.com/MilesCranmer/PySR)
2
- **Parallelized symbolic regression built on Julia, and interfaced by Python.
3
- Uses regularized evolution, simulated annealing, and gradient-free optimization.**
 
 
 
4
  | **Docs** | **pip** |
5
  |---|---|
6
  |[![Documentation Status](https://readthedocs.org/projects/pysr/badge/?version=latest)](https://pysr.readthedocs.io/en/latest/?badge=latest)|[![PyPI version](https://badge.fury.io/py/pysr.svg)](https://badge.fury.io/py/pysr)|
 
1
+ <img src="https://raw.githubusercontent.com/MilesCranmer/PySR/master/pysr_logo.svg" width="400" />
2
+
3
+ **PySR: parallel symbolic regression built on Julia, and interfaced by Python.**
4
+
5
+ Uses regularized evolution, simulated annealing, and gradient-free optimization.
6
+
7
  | **Docs** | **pip** |
8
  |---|---|
9
  |[![Documentation Status](https://readthedocs.org/projects/pysr/badge/?version=latest)](https://pysr.readthedocs.io/en/latest/?badge=latest)|[![PyPI version](https://badge.fury.io/py/pysr.svg)](https://badge.fury.io/py/pysr)|