PySR / pysr

Commit History

Assume normal csv format in reads
45bf2c2

MilesCranmer commited on

Merge pull request #167 from MilesCranmer/loading
1099283
unverified

MilesCranmer commited on

Fix assertion on csv filenames
f5a5c8e

MilesCranmer commited on

Add assertion for csv filename
07217e1

MilesCranmer commited on

Change model load to classmethod
34f4e3f

MilesCranmer commited on

Fix bug with inplace editing of equation_file_contents_
a6bed2c

MilesCranmer commited on

Use .pkl instead of .csv.pkl
b8a97f1

MilesCranmer commited on

Add additional test for loading from pickle file
b53e7fa

MilesCranmer commited on

Checkpoint model before and after fit
6501ca0

MilesCranmer commited on

Additional logging messages during load
c6902b7

MilesCranmer commited on

Allow both `bkup` and `csv` file
f1ac704

MilesCranmer commited on

Don't check for `equation_file_` until after checkpoint_file set
1f01976

MilesCranmer commited on

Improve error message for missing operator mappings
8da5000

MilesCranmer commited on

Add missing pickle import
4ae8a5c

MilesCranmer commited on

Allow loading from pickle file
5c0ad55

MilesCranmer commited on

Automatically pickle file at initialization
b16d9ef

MilesCranmer commited on

Remove extra_sympy_mappings from pickle file
dde0ef7

MilesCranmer commited on

Allow pickling without equations_ stored
85371bb

MilesCranmer commited on

Call `refresh` in load function
e5b4869

MilesCranmer commited on

`load` function to init model from saved equations
ccf71e9

MilesCranmer commited on

Clarify docstring for `nout_ > 1`
022f0e5

MilesCranmer commited on

Bump backend version with renamed pow->pow_abs
fb6cbfb

MilesCranmer commited on

Bump version with variable_names fix
1128fce

MilesCranmer commited on

Fix custom variable names
338c00b

MilesCranmer commited on

Bump version with sympy2jax+torch fixes
2b8573e

MilesCranmer commited on

Fix sympy2jax for rational numbers
17c9b1a

MilesCranmer commited on

Fix sympy2torch for rational numbers
f119733

MilesCranmer commited on

Fix error with swapped jax/torch
fad18e8

MilesCranmer commited on

Bump version with warm_start fix
ad9134a

MilesCranmer commited on

Fix issue with warm_start set at init
3c469fe

MilesCranmer commited on

Fix docstring for annealing
2c4e49b

MilesCranmer commited on

Bump overall version with fixed annealing argument
264e1c4

MilesCranmer commited on

Fix formatting of Python example in docstring
4998582

MilesCranmer commited on

Fix parts of docstring
f82dcf5

MilesCranmer commited on

Turn off mistakenly-activated annealing
bb3bc5e

MilesCranmer commited on

Bump version with multi-output pickle fix
70642f7

MilesCranmer commited on

Fix pickling for multi-output
3da0df5

MilesCranmer commited on

Attempt to fix unit tests of equation file
03d5a42

MilesCranmer commited on

Remove remaining uses of .equation in docs
3c8d9b9

MilesCranmer commited on

Bump version with 1D weight array hotfix
2b25b44

MilesCranmer commited on

Hotfix for 1D weights
00875eb

MilesCranmer commited on

Addressed some DeepSource issues
ad1c492

tttc3 commited on

Set to version 0.9.0 as breaking changes needed
3182a3b

MilesCranmer commited on

Documentation cleanup
32d0b3a

MilesCranmer commited on

Improve documentation for validation function
623e6f0

MilesCranmer commited on

Only give warning if raw_julia_state_ already set
21a0846

MilesCranmer commited on

Correct ordering of init parameters
494a3ba

MilesCranmer commited on

Add warning about setting random state without deterministic
af8ab17

MilesCranmer commited on

Add error for deterministic setting
15105ad

MilesCranmer commited on