PySR / pysr /sr.py

Commit History

Enable option for tqdm-like progress bar
81d46f1

MilesCranmer commited on

Fix potential bug with user equation filename in temp dir
9a46c88

MilesCranmer commited on

Reading equation files from temp dir requires converting dir to string
05cff8a

MilesCranmer commited on

Allow user to put equation file in temp directory
609b9fc

MilesCranmer commited on

Fix potential bug with equation file in different dir
e0a69cb

MilesCranmer commited on

Fix documentation of loss functions
6143e3c

MilesCranmer commited on

Change internal loss name to prevent conflicts
fa43750

MilesCranmer commited on

Enable custom loss functions
90f5e4c

MilesCranmer commited on

Merge branch 'master' into DhananjayAshok-master
b70dcd7

MilesCranmer commited on

Fix bug with different precision in numpy data
1e13cd6

MilesCranmer commited on

Merge branch 'master' into DhananjayAshok-master
486a267

MilesCranmer commited on

Fix bug with custom variable names
3d94cb6

MilesCranmer commited on

Compatible filenames
d974a2c

MilesCranmer commited on

Merge branch 'master' of https://github.com/DhananjayAshok/PySR into DhananjayAshok-master
1bd5604

MilesCranmer commited on

Automatically update Julia packages
a8bf212

MilesCranmer commited on

Fix bug for installing in local copies
276514d

MilesCranmer commited on

Remove deprecated kwargs
b935024

MilesCranmer commited on

Remove deprecated kwargs
e0cdb7c

MilesCranmer commited on

Set up PySR to automatically install packages
c0da614

MilesCranmer commited on

Add Project.toml file and initialization
1ba0d77

MilesCranmer commited on

Update to SymbolicRegression.jl 0.4.0
df4b0b3

MilesCranmer commited on

Fix inline functions missing on worker process
456e76d

MilesCranmer commited on

Describe local_install kwarg
9fd048b

MilesCranmer commited on

Copy instead of adjoint
351f4f2

MilesCranmer commited on

Enable local .jl; update to SymbolicRegression.jl 0.3.0
76d478e

MilesCranmer commited on

Finish integration of SymbolicRegression.jl
9c1e6af

MilesCranmer commited on

Remove Julia code; switch to using SymbolicRegression.jl
0e9470e

MilesCranmer commited on

line buffering size 1 is not supported for windows binary mode. Changing it to -1 to supress warning
c1807a5

AutonLabTruth commited on

Changed Verbosity to enable complete silence mode and created full experiment function
59765a8

AutonLabTruth commited on

Explicitly pass kwargs to equation return
6b6d1bb

MilesCranmer commited on

Hide other internal functions
8b29fef

MilesCranmer commited on

Remove duplicate kwarg
21ae49d

MilesCranmer commited on

Merge branch 'master' into recover
43d7ca3

MilesCranmer commited on

Merge branch 'recover' of https://github.com/DhananjayAshok/PySR into recover
5f43445

AutonLabTruth commited on

Added extra_sympy_mappings to kwargs dict
aebcf1a

AutonLabTruth commited on

Add warning for large numbers of datapoints
0683428

MilesCranmer commited on

Fix subprocess call which hangs
f5cd852

MilesCranmer commited on

Add missing kwarg for final print loop
9640492

MilesCranmer commited on

Store arguments in dictionary to prevent argument errors
5cee3b5

MilesCranmer commited on

Make internal functions obvious with underscore
76e7a47

MilesCranmer commited on

Merge branch 'recover' into refactoring
d7fdb9c
unverified

Dhananjay Ashok commited on

Added the auxiliary file features ready to merge
371f4fe

AutonLabTruth commited on

Import auxiliaries after operators defined
c7034da

MilesCranmer commited on

Completed Refactoring of sr.py
a58c3d5

AutonLabTruth commited on

Refactored till file creation
0aafc34

AutonLabTruth commited on

Refactored till handle_constraints
181a454

AutonLabTruth commited on

Refactored out paths and others
762987c

AutonLabTruth commited on

Refactored out paths and others
0dfd8e3

AutonLabTruth commited on

Refactored out depreciation errors
a9a1691

AutonLabTruth commited on

Added Shell Argument to Subprocess
9e11722

AutonLabTruth commited on