PySR / pysr /sr.py

Commit History

More assertions for latex table export
be72c13

MilesCranmer commited on

Move `latex_table` code to `export_latex.py`
c5cd4bb

MilesCranmer commited on

Refactor LaTeX table to export_latex.py
c6f5c09

MilesCranmer commited on

Refactor table env generator
d423f0c

MilesCranmer commited on

Pass columns to latex table generator
215a692

MilesCranmer commited on

Change latex table back to public function
c6b30e7

MilesCranmer commited on

Make latex table work for multiple outputs
38bbf68

MilesCranmer commited on

Make latex table private function
4f97146

MilesCranmer commited on

Generate table with scientific notation for floats
118c5f6

MilesCranmer commited on

Use custom sympy LatexPrinter for precision
9a5df63

MilesCranmer commited on

Include score in latex table; apply precision
8f218cc

MilesCranmer commited on

Allow specifying precision in LaTeX table
b2ffe3b

MilesCranmer commited on

Allow specifying precision in LaTeX output
6210be0

MilesCranmer commited on

Catch for when nout_ > 1
cf19d41

MilesCranmer commited on

Create function that generates LaTeX table
3dbb2ea

MilesCranmer commited on

Clarify docstring for `nout_ > 1`
022f0e5

MilesCranmer commited on

Bump backend version with renamed pow->pow_abs
fb6cbfb

MilesCranmer commited on

Fix custom variable names
338c00b

MilesCranmer commited on

Fix error with swapped jax/torch
fad18e8

MilesCranmer commited on

Fix issue with warm_start set at init
3c469fe

MilesCranmer commited on

Fix docstring for annealing
2c4e49b

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

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

Hotfix for 1D weights
00875eb

MilesCranmer commited on

Addressed some DeepSource issues
ad1c492

tttc3 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

Fix early_stop_condition setting if None
b2f8a6f

MilesCranmer commited on

Remove unused import
9a4f73f

MilesCranmer commited on

Clean up mutation_weights setting
7a5a9a0

MilesCranmer commited on

Fix typo in comment
f07f6e6

MilesCranmer commited on

Convert stop condition to string if not set
518e1cc

MilesCranmer commited on

Add warning that the Julia state is being reset
9049df4

MilesCranmer commited on

Allow functional versions of early stop condition
44dcbea

MilesCranmer commited on

Do not store custom loss in Julia main
fb2f513

MilesCranmer commited on

Add missing default in docstring
893fdd2

MilesCranmer commited on

Add deterministic mode with new SR version
25e0721

MilesCranmer commited on

Fixed weight checking
c51257e

tttc3 commited on

Fix to pass test_custom_operator
19d80b0

tttc3 commited on

Added validation for weights
4819728

tttc3 commited on

Passed check_dict_unchanged
9750ff9

tttc3 commited on