PySR / pysr /sr.py

Commit History

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

Fix missing f-string for weights definition
1175632

MilesCranmer commited on

Clean up data passing to Julia
5f27a84

MilesCranmer commited on

Fix date formatting for windows
b463028

MilesCranmer commited on

Change date format to y/m/d
51c7840

MilesCranmer commited on

Add datetime to default equation file
03e8b8d

MilesCranmer commited on

Remove unneeded random string in filename
0a59d77

MilesCranmer commited on

Move position of tempdir arguments
9e6c4b4
unverified

MilesCranmer commited on

Changed the default behavior to deleting the temporary files after use
72ef582

Johann Brehmer commited on

Escaped backslash in operator file
a2003c2

Johann Brehmer commited on

Escape backslashes in filenames written into julia script
6b04774

Johann Brehmer commited on

Fixed equation path
edc0ef8

Johann Brehmer commited on

Absolute paths for equations file and Julia package
5290229

Johann Brehmer commited on

Deleting temporary folder optional
0a0cfdc

Johann Brehmer commited on

System-independent temporary files with tempfile and pathlib
bdd2ad4

Johann Brehmer commited on

Fix variable names when using select_k_features
b41237e
unverified

MilesCranmer commited on

Allow X to be 1D array
306955e

MilesCranmer commited on

Printing within Jupyter Notebook
2fb18ff

MilesCranmer commited on

Add missing sympy mapping for sqrtm
1b10c77

MilesCranmer commited on

Track frequency of complexities, and try to invert
15fbc5f

MilesCranmer commited on

Allow for different mult complexity on each side
17d8a3e

MilesCranmer commited on

Fix location of constraint-checking
b0c942c

MilesCranmer commited on

Add feature for operator-level size constraints
e68c63f

MilesCranmer commited on

Just add back py-generated eval tree array
a06de5e

MilesCranmer commited on

Reset to last working copy
1f4e612

MilesCranmer commited on

Manual loop faster than broadcast
d80a372

MilesCranmer commited on

Back to regular broadcast
7f9f476

MilesCranmer commited on

Use egal instead of equal for many ops
6fa78c9

MilesCranmer commited on

Move entire operator loop to code generation
1d23dc2

MilesCranmer commited on

Improve readability for user-defined operator code
32f7c64

MilesCranmer commited on

Add square and cube operators
c835184

MilesCranmer commited on

Add way of limiting the complexity of power operators
aea0528

MilesCranmer commited on

Clean up output functions
cc6661a

MilesCranmer commited on

Remove extra newline
177b7cc

MilesCranmer commited on

Meta-program branching table rather than array of operators
e2ae8ef

MilesCranmer commited on

Merge branch 'master' of github.com:MilesCranmer/PySR into master
d781e18

MilesCranmer commited on

Force all operators to be fast versions
211c6a7

MilesCranmer commited on

Add subtraction operator
399aef5

MilesCranmer commited on

Add option to slowly increase maxsize
fe36e3a

MilesCranmer commited on