Commit History

Simplify try catch
fee23e7

MilesCranmer commited on

Only evaluate individuals on small batches during evolution
7f6d86d

MilesCranmer commited on

Add todo for cleaning up zombie processes
5130409

MilesCranmer commited on

Change site name of readthedocs
4820cf9

MilesCranmer commited on

Add missing pydoc-markdown configuration
6b4263a

MilesCranmer commited on

Get readthedocs to install pydoc-markdown
d08c88b

MilesCranmer commited on

Add files for readthedocs
dcb57af

MilesCranmer commited on

Update docstring on README
6f11ae4

MilesCranmer commited on

Todo for adding read the docs
a4eb420

MilesCranmer commited on

Merge pull request #13 from MilesCranmer/feature_selection
ca6dd96
unverified

MilesCranmer commited on

Delete spurious param in docstring
61635b9
unverified

MilesCranmer commited on

Mention that operator constants be 32-bit
316393e
unverified

MilesCranmer commited on

Add feature selection based on gradient boosting
964082a

MilesCranmer commited on

Add missing definition of error
3662fae

MilesCranmer commited on

Ideas for vector ops
a4edf2e

MilesCranmer commited on

Allow for pandas array and automatic variable names
85d18bf

MilesCranmer commited on

Clarify installation - need Julia and Python
5af7e2e
unverified

MilesCranmer commited on

Remove unused evalTree and popRandomOp
9254d92

MilesCranmer commited on

Fix sympy output variable names
c253783

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

Add feature idea to README
95a2a34
unverified

MilesCranmer commited on

Add fast_cycle option back in
e8f42f8

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

Update todo for max depth completion
c88d0b9

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

Idea for getting algorithm on GPU
cf89640

MilesCranmer commited on

Iterate version - recycle array allocations
dc01abd

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

Clarify for benchmarks under v0.3.2
e8b8d89
unverified

MilesCranmer commited on

Create full benchmark set on v0.3.*
1c63c5c

MilesCranmer commited on

Add benchmark file
c8d959a

MilesCranmer commited on

Undo recursive distributed spawning, as slow
fd06a40

MilesCranmer commited on

Eval with recursive nested spawn
fc6dd4d

MilesCranmer commited on

Iterate version - performance regression eliminated
eb3700d

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

Iterate version - added sqrtm operator
b00f082

MilesCranmer commited on

Give sqrtm operators to work with negatives
78a18f0

MilesCranmer commited on