File size: 618 Bytes
b87d7ee
 
 
 
 
e901053
b87d7ee
 
 
 
 
e901053
b87d7ee
 
 
 
 
 
 
1daaaff
b87d7ee
 
 
 
 
 
 
1daaaff
b87d7ee
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
# PySR Showcase
Below is a showcase of papers which have used PySR to discover
or rediscover a symbolic model.

If you have used PySR in your research,
please submit a pull request to add your paper to [this file](https://github.com/MilesCranmer/PySR/blob/master/docs/papers.yml).


<style>
.row {
  display: flex;
  gap: 25px;
}
.row:after {
  content: "";
  display: table;
  clear: both;
}
.image_column {
  flex: 50%;
  float: left;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
}
.text_column {
  flex: 50%;
  padding: 10px;
}
.center {
  text-align: center;
}
</style>