MilesCranmer commited on
Commit
4a4b072
1 Parent(s): e0d0dc1

Can now quit execution early and obtain the equations

Browse files
Files changed (2) hide show
  1. .gitignore +2 -0
  2. Project.toml +1 -1
.gitignore CHANGED
@@ -12,3 +12,5 @@ dist
12
  *.pyproj
13
  *.sln
14
  pysr/.vs/
 
 
 
12
  *.pyproj
13
  *.sln
14
  pysr/.vs/
15
+ pysr.egg-info
16
+ Manifest.toml
Project.toml CHANGED
@@ -2,5 +2,5 @@
2
  SymbolicRegression = "8254be44-1295-4e6a-a16d-46603ac705cb"
3
 
4
  [compat]
5
- SymbolicRegression = "0.6.10"
6
  julia = "1.5"
 
2
  SymbolicRegression = "8254be44-1295-4e6a-a16d-46603ac705cb"
3
 
4
  [compat]
5
+ SymbolicRegression = "0.6.18"
6
  julia = "1.5"