PySR / julia

Commit History

=== rather than == for checking pow operator
9fe2f40

MilesCranmer commited on

Add way of limiting the complexity of power operators
aea0528

MilesCranmer commited on

Evaluate individuals on whole dataset after a round is over
574628b

MilesCranmer commited on

Compare address to nothing; rather than value
7c303e1

MilesCranmer commited on

Change id function to not be anon
e277165

MilesCranmer commited on

Make fast power portable
14f69cf

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

Save hall of fame to a backup to prevent deletions
ac2e8e0

MilesCranmer commited on

Fix stackoverflow error from missing copy
b7257cc

MilesCranmer commited on

Add back function for prepending op; randomly choose it
85aeb48

MilesCranmer commited on

Merge branch 'master' of github.com:MilesCranmer/Eureqa.jl
c7922af

MilesCranmer commited on

Add parameter for batching
2ca2654

MilesCranmer commited on

Remove unneeded domain checks
3a557a9

MilesCranmer commited on

Do manual check for domain errors, rather than try-catch
7aaa5b1

MilesCranmer commited on

Simplify try catch
fee23e7

MilesCranmer commited on

Only evaluate individuals on small batches during evolution
7f6d86d

MilesCranmer commited on

Add missing definition of error
3662fae

MilesCranmer commited on

Remove unused evalTree and popRandomOp
9254d92

MilesCranmer commited on

Add feature to set arbitrary variable names
7f5b38a

MilesCranmer commited on

Fix bug with Int32 rounding of equation age
9fa51a8

MilesCranmer commited on

Remove problematic math-mode=fast; add back extra threads
eefdfef

MilesCranmer commited on

Fix #10 issue with hall of fame not saving
c9adc43

MilesCranmer commited on

Add optional threaded sub-samples
683071f

MilesCranmer commited on

Add option to control max depth instead of size
319103f

MilesCranmer commited on

Recycle arrays more; gets speedup
40270bf

MilesCranmer commited on

Increase speed by explicitly allocating arrays
ec58b6d

MilesCranmer commited on

Compile julia in fastmath mode
0f6ed91

MilesCranmer commited on

Use @fastmath for evaluating on array
d5ec823

MilesCranmer commited on

Undo recursive distributed spawning, as slow
fd06a40

MilesCranmer commited on

Eval with recursive nested spawn
fc6dd4d

MilesCranmer commited on

Remove nested threading for tree traversal
c9cb1b6

MilesCranmer commited on

Make job spawn asynchronous
02e2655

MilesCranmer commited on

Let compiler know the main loop is inbounds; this speeds up the code significantly
4df12c1

MilesCranmer commited on

Test operators before running
de38458

MilesCranmer commited on

Give sqrtm operators to work with negatives
78a18f0

MilesCranmer commited on

Switch to enum for functions
dd17964

MilesCranmer commited on

Catch travis errors stemming from domain error
ef3bdd3

MilesCranmer commited on

Reduce number of threads per worker
0557713

MilesCranmer commited on

Parallelize all recursive functions
3a578d2

MilesCranmer commited on

Speed up by not recalculating score
cb0e2e9

MilesCranmer commited on

Calculate running average of speed
2f6f790

MilesCranmer commited on

Fix blocking of populations via RemoteChannel()
7b70a53

MilesCranmer commited on

Allow for more populations than processes
121e6ac

MilesCranmer commited on

Set initial score to 0 instead of nan
13409d1

MilesCranmer commited on